Skip to content

Commit

Permalink
chore: upgrade to Aspect Workflows 5.9.0-beta.10
Browse files Browse the repository at this point in the history
  • Loading branch information
gregmagolan committed Dec 13, 2023
1 parent 795c888 commit 41d3c05
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
11 changes: 5 additions & 6 deletions .aspect/workflows/config.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
# See https://docs.aspect.build/v/workflows/config
---
tasks:
format:
soft_fail: false
queue: aspect-small
buildifier:
queue: aspect-small
test:
- format:
queue: aspect-small
- buildifier:
queue: aspect-small
- 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.9.0-beta.2/workflows/terraform-aws-aspect-workflows.zip"
source = "https://s3.us-east-2.amazonaws.com/static.aspect.build/aspect/5.9.0-beta.10/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
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ setup: true

orbs:
slack: circleci/slack@4.12.1
aspect-workflows: aspect-build/workflows@dev:5.9.0-beta.2
aspect-workflows: aspect-build/workflows@dev:5.9.0-beta.10

jobs:
legacy:
Expand Down

0 comments on commit 41d3c05

Please sign in to comment.