Skip to content

Commit

Permalink
[RW-11491][risk=no] Fix typo in CircleCI config. (#8713)
Browse files Browse the repository at this point in the history
  • Loading branch information
evrii authored Aug 7, 2024
1 parent c71c0ca commit 7ed4e58
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -223,8 +223,8 @@ commands:
working_directory: ~/workbench/deploy
command: |
./project.rb deploy \
--project all-of-us-rw-staging \
--account << pipeline.parameters.circle-service-account >> \
--project all-of-us-rw-stable \
--account "[email protected]" \
--git-version "${CIRCLE_TAG}" \
--app-version "${CIRCLE_TAG}" \
--circle-url "https://circleci.com/workflow-run/${CIRCLE_WORKFLOW_ID}" \
Expand Down Expand Up @@ -1142,6 +1142,10 @@ workflows:
<<: *filter-release-tags
requires:
- deploy-to-staging
- deploy-to-stable:
<<: *filter-release-tags
requires:
- deploy-to-staging

nightly-tests:
triggers:
Expand Down

0 comments on commit 7ed4e58

Please sign in to comment.