chore: upgrade to Aspect Workflows 5.8.10 (#672)

This commit is contained in:
Greg Magolan 2023-11-29 13:59:56 -08:00 committed by GitHub
parent b1f6f34f49
commit ddac9c46c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 3 deletions

View File

@ -16,7 +16,7 @@ module "aspect_workflows" {
region = local.region
# Aspect Workflows terraform module
source = "https://s3.us-east-2.amazonaws.com/static.aspect.build/aspect/5.8.7/workflows-gcp/terraform-gcp-aspect-workflows.zip"
source = "https://s3.us-east-2.amazonaws.com/static.aspect.build/aspect/5.8.10/workflows-gcp/terraform-gcp-aspect-workflows.zip"
# Network properties
network = google_compute_network.workflows_network.id

View File

@ -19,13 +19,14 @@ setup: true
orbs:
slack: circleci/slack@4.12.5
aspect-workflows: aspect-build/workflows@5.8.7
aspect-workflows: aspect-build/workflows@5.8.10
jobs:
legacy:
docker:
- image: cimg/base:2023.03
steps:
- run: echo "No-op step since CCI requires one step for the job to be valid"
- when:
condition:
and:
@ -33,7 +34,7 @@ jobs:
equal: [scheduled_pipeline, << pipeline.trigger_source >>]
steps:
- checkout
- run: echo "this is an example of legacy non-workflows job"
- run: echo "This is an example of legacy non-workflows job"
workflows:
default-workflow: