[AAE-2666] fix dropdown rest (#5714)

* fix dropdown rest

* fix dropdown rest
This commit is contained in:
Eugenio Romano
2020-05-21 10:02:44 +01:00
committed by GitHub
parent 654be10dd2
commit 08811c7c60
4 changed files with 165 additions and 88 deletions

View File

@@ -25,3 +25,7 @@ echo "Update rancher with docker tag" $TAG_VERSION --url $REPO_RANCHER --enviro
# Deploy PR in Rancher env
(node --no-deprecation ./scripts/travis/deploy/rancher-pr-deploy.js -n $TRAVIS_BUILD_NUMBER -u $RANCHER_TOKEN -p $RANCHER_SECRET -s $REPO_RANCHER --image "alfresco/demo-shell:develop-$TRAVIS_BUILD_NUMBER" --env $ENVIRONMENT_NAME -r $ENVIRONMENT_URL || exit 1);
# Restore the app in the main run the unit test
mv ./demo-shell/dist/${TRAVIS_BUILD_NUMBER} "./demo-shell/tmp/"
mv "./demo-shell/tmp/" "./demo-shell/dist/"