Skip to content

Commit ccdb8a3

Browse files
authored
Update config.yml
1 parent d14e162 commit ccdb8a3

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.circleci/config.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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
8484
smoke_testing: &smoke_testing

0 commit comments

Comments
 (0)