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 @@ -74,11 +74,11 @@ builddeploy_steps: &builddeploy_steps
7474 ./buildenv.sh -e $DEPLOY_ENV -b ${LOGICAL_ENV}-${APPNAME}-deployvar
7575 source buildenvvar
7676 ./master_deploy.sh -d ECS -e $DEPLOY_ENV -t latest -s ${LOGICAL_ENV}-global-appvar,${LOGICAL_ENV}-${APPNAME}-appvar -i ${APPNAME}
77- curl --request POST \
78- --url https://circleci.com/api/v2/project/github/$CIRCLE_PROJECT_USERNAME/$CIRCLE_PROJECT_REPONAME/pipeline \
79- --header "Circle-Token: ${CIRCLE_TOKEN}" \
80- --header 'content-type: application/json' \
81- --data '{"branch":"'"$CIRCLE_BRANCH"'","parameters":{"run_smoketesting":true, "run_basedeployment": false}}'
77+ # curl --request POST \
78+ # --url https://circleci.com/api/v2/project/github/$CIRCLE_PROJECT_USERNAME/$CIRCLE_PROJECT_REPONAME/pipeline \
79+ # --header "Circle-Token: ${CIRCLE_TOKEN}" \
80+ # --header 'content-type: application/json' \
81+ # --data '{"branch":"'"$CIRCLE_BRANCH"'","parameters":{"run_smoketesting":true, "run_basedeployment": false}}'
8282
8383# Automated Smoke Testing
8484smoke_testing : &smoke_testing
You can’t perform that action at this time.
0 commit comments