Add the PR number to easly identify the version (#6715)

This commit is contained in:
Maurizio Vitale 2021-02-22 13:46:05 +00:00 committed by GitHub
parent 3f268bd5ff
commit fc275e82d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 and JS-API" --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}" --head=$BRANCH_TO_CREATE --repo=$NAME_REPO
cd ..
rm -rf $TEMP_GENERATOR_DIR