From 28b21a9bad588ae2d17d1881b6c265360b828b1c Mon Sep 17 00:00:00 2001 From: Eraldo Hasanaj Date: Mon, 24 Feb 2020 21:48:20 +0100 Subject: [PATCH] [HIMA-0] fixed build for master --- bitbucket-pipelines.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index 890d71d0c..d36a947de 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -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: