Skip to content

Commit

Permalink
Merge pull request #254 from Cyber4All/feature/sc-34629/standard-guid…
Browse files Browse the repository at this point in the history
…elines-ci-upgrades-recon

Test Orb Update
  • Loading branch information
Cwagne17 authored Dec 12, 2024
2 parents acf313c + 3d0f666 commit 94cfad5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 10 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.1.8
2.1.9
3 changes: 1 addition & 2 deletions src/jobs/ecs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ parameters:
# You must provide a value for each of these parameters.
# ---------------------------------------------------------------------------------
cluster:
type: enum
enum: ["Clark-Services", "CARD-Service"]
type: string
description: |
The short name or full ARN of the cluster that hosts the service.
Expand Down
2 changes: 1 addition & 1 deletion src/jobs/s3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ steps:
- run:
name: Invalidate index.html and /assets directory in CloudFront
command: |-
aws cloudfront create-invalidation --distribution-id $<<parameters.distribution_id>> --paths /*
aws cloudfront create-invalidation --distribution-id $<<parameters.distribution_id>> --paths '/*'
# slack notificaitons
- slack/notify:
Expand Down
7 changes: 1 addition & 6 deletions src/jobs/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,7 @@ parameters:
https://circleci.com/docs/2.0/configuration-reference/#docker-executor
docker_image:
type: enum
enum: [
"cimg/node@sha256:9e7dff70aee20446a146e374367c3fddc58df1e39cca318dbd4993e625892880",
"cimg/node:16.18.1",
"cimg/base:2022.12"
]
type: string
default: "cimg/node@sha256:9e7dff70aee20446a146e374367c3fddc58df1e39cca318dbd4993e625892880"
description: |
The docker image to use for the tests.
Expand Down

0 comments on commit 94cfad5

Please sign in to comment.