-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: upgrade to Aspect Workflows 5.8.0 (#534)
- Loading branch information
1 parent
5983b5b
commit efea698
Showing
4 changed files
with
7 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# build without the bytes | ||
common --remote_download_minimal | ||
common --nobuild_runfile_links |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,6 @@ | ||
# See https://docs.aspect.build/v/workflows/config | ||
--- | ||
queue: aspect-cli | ||
bazel: | ||
flags: | ||
- --remote_download_minimal | ||
- --nobuild_runfile_links | ||
tasks: | ||
buildifier: | ||
test: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,18 +20,18 @@ setup: true | |
orbs: | ||
continuation: circleci/[email protected] | ||
slack: circleci/[email protected] | ||
aspect-workflows: aspect-build/workflows@dev:5.8.0-rc14-cci-orb2 | ||
aspect-workflows: aspect-build/[email protected] | ||
|
||
jobs: | ||
legacy: | ||
docker: | ||
- image: cimg/base:2023.03 | ||
steps: | ||
- checkout | ||
- run: echo "this is some legacy non-workflows job" | ||
- run: echo "this is an example of legacy non-workflows job" | ||
|
||
workflows: | ||
default: | ||
default-workflow: | ||
jobs: | ||
- legacy | ||
- aspect-workflows/setup: | ||
|