Skip to content

Commit

Permalink
Update build-libs.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
eromano committed Feb 22, 2022
1 parent 860a672 commit d55d724
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/travis/build/build-libs.sh
Expand Up @@ -10,7 +10,7 @@ npx @alfresco/adf-cli@alpha update-commit-sha --pointer "HEAD" --pathPackage "$(

if [ $TRAVIS_EVENT_TYPE == "push" ] || [ $TRAVIS_EVENT_TYPE == "cron" ] || [ $TRAVIS_EVENT_TYPE == "api" ]
then
if [ $TRAVIS_BRANCH =~ ^develop(-patch.*)?$ ] || [ $TRAVIS_EVENT_TYPE == "cron" ] || [ $TRAVIS_EVENT_TYPE == "api" ]
if [[ $TRAVIS_BRANCH =~ ^develop(-patch.*)?$ ]] || [[ $TRAVIS_EVENT_TYPE == "cron" ]] || [[ $TRAVIS_EVENT_TYPE == "api" ]]
then

echo "Replace NPM version with new Alpha tag"
Expand Down

0 comments on commit d55d724

Please sign in to comment.