[HIMA-0] fixed build for master

This commit is contained in:
Eraldo Hasanaj
2020-02-24 21:48:20 +01:00
parent 09ebec0b3c
commit 28b21a9bad

View File

@@ -14,9 +14,6 @@ pipelines:
- umask 0022
- npm install
- npm run-script build-prod
- tar cfz /tmp/$BITBUCKET_BRANCH-$BITBUCKET_REPO_SLUG.tgz -C dist/sales/ .
- scp /tmp/$BITBUCKET_BRANCH-$BITBUCKET_REPO_SLUG.tgz $DEPLOYMENT_USER@$TESTING_HOST:/tmp/
- ssh $DEPLOYMENT_USER@$TESTING_HOST "sudo /usr/local/bin/deploy $BITBUCKET_BRANCH-$BITBUCKET_REPO_SLUG $BITBUCKET_BRANCH"
integration:
- step:
caches: