Skip to content

Commit cc0aa1a

Browse files
committed
Merge branch 'dev' of github.com:appirio-tech/connect-app into dev
2 parents c7a2a8e + cbbf8fa commit cc0aa1a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.circleci/config.yml

+5-5
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)