Switch to crossplane/build
Signed-off-by: Nic Cope <nicc@rk0n.org>
This commit is contained in:
parent
7b85b710bc
commit
552eb5b544
|
|
@ -69,8 +69,8 @@ jobs:
|
|||
key: ${{ runner.os }}-pkg-${{ hashFiles('**/go.sum') }}
|
||||
restore-keys: ${{ runner.os }}-pkg-
|
||||
|
||||
- name: Vendor Dependencies
|
||||
run: make vendor vendor.check
|
||||
- name: Download Go Modules
|
||||
run: make modules.download modules.check
|
||||
|
||||
# This action uses its own setup-go, which always seems to use the latest
|
||||
# stable version of Go. We could run 'make lint' to ensure our desired Go
|
||||
|
|
@ -116,8 +116,8 @@ jobs:
|
|||
key: ${{ runner.os }}-pkg-${{ hashFiles('**/go.sum') }}
|
||||
restore-keys: ${{ runner.os }}-pkg-
|
||||
|
||||
- name: Vendor Dependencies
|
||||
run: make vendor vendor.check
|
||||
- name: Download Go Modules
|
||||
run: make modules.download modules.check
|
||||
|
||||
- name: Check Diff
|
||||
run: make check-diff
|
||||
|
|
@ -159,8 +159,8 @@ jobs:
|
|||
key: ${{ runner.os }}-pkg-${{ hashFiles('**/go.sum') }}
|
||||
restore-keys: ${{ runner.os }}-pkg-
|
||||
|
||||
- name: Vendor Dependencies
|
||||
run: make vendor vendor.check
|
||||
- name: Download Go Modules
|
||||
run: make modules.download modules.check
|
||||
|
||||
- name: Run Unit Tests
|
||||
run: make -j2 test
|
||||
|
|
@ -220,8 +220,8 @@ jobs:
|
|||
restore-keys: |
|
||||
${{ runner.os }}-pkg-
|
||||
|
||||
- name: Vendor Dependencies
|
||||
run: make vendor vendor.check
|
||||
- name: Download Go Modules
|
||||
run: make modules.download modules.check
|
||||
|
||||
- name: Build Helm Chart
|
||||
run: make -j2 build
|
||||
|
|
@ -281,8 +281,8 @@ jobs:
|
|||
key: ${{ runner.os }}-pkg-${{ hashFiles('**/go.sum') }}
|
||||
restore-keys: ${{ runner.os }}-pkg-
|
||||
|
||||
- name: Vendor Dependencies
|
||||
run: make vendor vendor.check
|
||||
- name: Download Go Modules
|
||||
run: make modules.download modules.check
|
||||
|
||||
- name: Build Artifacts
|
||||
run: make -j2 build.all
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
[submodule "build"]
|
||||
path = build
|
||||
url = https://github.com/upbound/build
|
||||
url = https://github.com/crossplane/build
|
||||
|
|
|
|||
2
build
2
build
|
|
@ -1 +1 @@
|
|||
Subproject commit 87ea77a17f7174767629d514096c0ebe23d96c9e
|
||||
Subproject commit 231258db281237379d8ec0c6e4af9d7c1ae5cc4a
|
||||
Loading…
Reference in New Issue