Skip to content

Commit 4d4cab5

Browse files
authored
Merge pull request #29 from hakman/remove-bazel
Remove Bazel
2 parents 762c473 + 42b5d77 commit 4d4cab5

File tree

145 files changed

+60
-16216
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

145 files changed

+60
-16216
lines changed

.bazelrc

Lines changed: 0 additions & 4 deletions
This file was deleted.

.bazelversion

Lines changed: 0 additions & 1 deletion
This file was deleted.

.gcloudignore

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
11
.git
22

3-
bazel-*
4-
53
#!include:.gitignore

.github/workflows/bazel.yml

Lines changed: 0 additions & 74 deletions
This file was deleted.

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@ jobs:
1313
fetch-tags: 'true'
1414
- name: Build etcd-manager-slim
1515
run: |
16-
make ko-dist
16+
make images
1717
1818
test:
1919
runs-on: ubuntu-latest
2020
steps:
2121
- uses: actions/checkout@v4
2222
- name: Run tests
2323
run: |
24-
make test-short
24+
make test
2525
2626
test-upgradedowngrade:
2727
runs-on: ubuntu-latest

.gitignore

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,6 @@
44
.vscode/
55
*~
66

7-
# Bazel stuff
8-
bazel-bin
9-
bazel-etcd-manager
10-
bazel-genfiles
11-
bazel-out
12-
bazel-testlogs
13-
.bazel-*
14-
157
# We often create some local symlinks
168
/etcd-manager
179
/etcd-manager-ctl

BUILD

Lines changed: 0 additions & 42 deletions
This file was deleted.

0 commit comments

Comments
 (0)