Skip to content

Commit

Permalink
chore: upgrade to Aspect Workflows 5.8.0 (#534)
Browse files Browse the repository at this point in the history
  • Loading branch information
gregmagolan authored Oct 10, 2023
1 parent 5983b5b commit efea698
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 8 deletions.
3 changes: 3 additions & 0 deletions .aspect/workflows/bazelrc
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
4 changes: 0 additions & 4 deletions .aspect/workflows/config.yaml
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:
2 changes: 1 addition & 1 deletion .aspect/workflows/terraform/workflows.tf
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ module "aspect_workflows" {
}

# Aspect Workflows terraform module
source = "https://s3.us-east-2.amazonaws.com/static.aspect.build/aspect/5.8.0-rc14/workflows/terraform-aws-aspect-workflows.zip"
source = "https://s3.us-east-2.amazonaws.com/static.aspect.build/aspect/5.8.0/workflows/terraform-aws-aspect-workflows.zip"

# Non-terraform Aspect Workflows release artifacts are pulled from the region specific
# aspect-artifacts bucket during apply. Aspect will grant your AWS account access to this bucket
Expand Down
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit efea698

Please sign in to comment.