diff --git a/npm-packages/build.yml b/npm-packages/build.yml index 7483669ce1f799a9cb95a1d4837e03f3a897c702..7df8ce2abc382b30145375848067eb2be9977591 100644 --- a/npm-packages/build.yml +++ b/npm-packages/build.yml @@ -15,6 +15,6 @@ build: - jfrog rt c import $ARTIFACTORY_CI_CONFIGURATION - jfrog rt use $ACR_SERVER_ID - jfrog rt ping - - jfrog rt npm-install + - jfrog rt npm-install --build-name=$CI_PROJECT_NAME --build-number=$CI_JOB_ID only: - tags diff --git a/stack-updater/stack_updater.yml b/stack-updater/stack_updater.yml index 5dd8a8295b852c1fc75ed4727c80b5c9905fae78..d17862aa56868b1bd5f6c6a1f033e8387374005e 100644 --- a/stack-updater/stack_updater.yml +++ b/stack-updater/stack_updater.yml @@ -16,7 +16,7 @@ update: - git pull - node package-version-updater/versionUpdater.js -v $current_version -m $module_type - bash package-version-updater/stage_file.sh - - git commit -m "${current_version}" --allow-empty + - git commit -m "${current_version}" - git tag -a v${current_version} -m "" - branch=`bash package-version-updater/get_principal_branch.sh` - echo ${branch}