File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -93,11 +93,11 @@ deploy_steps: &deploy_steps
9393 ./buildenv.sh -e $DEPLOY_ENV -b ${LOGICAL_ENV}-connectapp-deployvar
9494 source buildenvvar
9595 ./master_deploy.sh -d CFRONT -e $DEPLOY_ENV -c $ENABLE_CACHE
96- curl --request POST \
97- --url https://circleci.com/api/v2/project/github/$CIRCLE_PROJECT_USERNAME/$CIRCLE_PROJECT_REPONAME/pipeline \
98- --header "Circle-Token: ${CIRCLE_TOKEN}" \
99- --header 'content-type: application/json' \
100- --data '{"branch":"'"$CIRCLE_BRANCH"'","parameters":{"run_smoketesting":true, "run_basedeployment": false}}'
96+ # curl --request POST \
97+ # --url https://circleci.com/api/v2/project/github/$CIRCLE_PROJECT_USERNAME/$CIRCLE_PROJECT_REPONAME/pipeline \
98+ # --header "Circle-Token: ${CIRCLE_TOKEN}" \
99+ # --header 'content-type: application/json' \
100+ # --data '{"branch":"'"$CIRCLE_BRANCH"'","parameters":{"run_smoketesting":true, "run_basedeployment": false}}'
101101
102102
103103 # Automated Smoke Testing
You can’t perform that action at this time.
0 commit comments