move creation PR Docker at the end before after e2e

This commit is contained in:
Eugenio Romano
2018-08-08 01:40:10 +01:00
parent e2282d8aa2
commit eff7c4dfb5
2 changed files with 5 additions and 5 deletions

View File

@@ -52,7 +52,7 @@ cp -R $DIR/../lib/dist/insights/* $DIR/../node_modules/@alfresco/adf-insights
echo "====== Build dist demo shell ===== "
npm run server-versions
ng build dist --prod --base-href=$NAME/ --output-path demo-shell/dist/$NAME || exit 1
ng build dist --base-href=$NAME/ --output-path demo-shell/dist/$NAME || exit 1
echo "====== e2e test ===== "