Skip to content

Commit

Permalink
force CI on the automatic ADF/JS-API upgrades (#7184)
Browse files Browse the repository at this point in the history
  • Loading branch information
DenysVuika committed Jul 23, 2021
1 parent 81f7e2a commit 03caaaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/travis/update/update-project.sh
Expand Up @@ -81,7 +81,7 @@ update() {

git push origin $BRANCH_TO_CREATE

node $BUILD_PIPELINE_DIR/pr-creator.js --token=$TOKEN --title="Update branch for ADF ${PR_NUMBER} and JS-API ${JS_API_INSTALLED}" --head=$BRANCH_TO_CREATE --repo=$NAME_REPO
node $BUILD_PIPELINE_DIR/pr-creator.js --token=$TOKEN --title="Update branch for ADF ${PR_NUMBER} and JS-API ${JS_API_INSTALLED} [ci:force]" --head=$BRANCH_TO_CREATE --repo=$NAME_REPO

cd ..
rm -rf $TEMP_GENERATOR_DIR
Expand Down

0 comments on commit 03caaaf

Please sign in to comment.