Skip to content

Commit

Permalink
use this branch to check develop deploys
Browse files Browse the repository at this point in the history
  • Loading branch information
George Hudson committed Nov 13, 2023
1 parent e8a5633 commit 2a9805f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .circleci/deployment/jobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,11 @@
- when:
condition: << pipeline.parameters.run_dev_deployment >>
steps:
- deploy-infrastructure:
cf-app: << parameters.target_env >>
- run:
name: Update CHECK RUN
command: CHECK_RUN="true"
- deploy-infrastructure:
cf-app: << parameters.target_env >>
- run:
name: Update CHECK RUN
command: CHECK_RUN="true"
- run:
name: Echo Check Run
command: echo "dev-deploy run = $CHECK_RUN"
Expand Down

0 comments on commit 2a9805f

Please sign in to comment.