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
74
74
./buildenv.sh -e $DEPLOY_ENV -b ${LOGICAL_ENV}-${APPNAME}-deployvar
75
75
source buildenvvar
76
76
./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}}'
82
82
83
83
# Automated Smoke Testing
84
84
smoke_testing : &smoke_testing
You can’t perform that action at this time.
0 commit comments