Fix build problems pipeline (#3761)

* tentative number one

* add more log

* write folder

* Revert "change unzip lib"

This reverts commit 9eb0833d2f.

* travis

* fix script download
This commit is contained in:
Eugenio Romano
2018-09-08 19:39:49 +01:00
committed by GitHub
parent 0408fc92b8
commit 94810a4f63
8 changed files with 284 additions and 55 deletions
+1 -1
View File
@@ -47,7 +47,7 @@ jobs:
(./scripts/start.sh -dev -t -ss -vjsapi alpha || exit 1;);
fi
- stage: Packaging test
script: ./scripts/packaging-test.sh
script: (npm run build-lib || exit 1;) && node ./scripts/upload-build-lib-in-cs.js -u $E2E_USERNAME -p $E2E_PASSWORD --host $E2E_HOST -f $TRAVIS_BUILD_NUMBER
- stage: Update children projects dependency #Update generator-ng2-alfresco-app
if: tag =~ .*beta.*
script: ./scripts/update-project.sh -gnu -t $GITHUB_TOKEN -n generator-ng2-alfresco-app