Skip to content

Commit 8353789

Browse files
author
dmlenton
committed
Removes wait command on production pipeline
1 parent 71ff7b8 commit 8353789

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,3 +47,6 @@ src/scss/custom/x_user.scss
4747
/node_modules.nosync
4848
.nova/Configuration.json
4949
.nova/Tasks/Custom Task.json
50+
# ignore node_modules symlink
51+
node_modules
52+
node_modules.nosync

bitbucket-pipelines.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,5 +63,3 @@ pipelines:
6363
COMMAND: "deploy-only"
6464
VERSION_LABEL: "$APPLICATION_NAME-$BITBUCKET_BUILD_NUMBER-${BITBUCKET_COMMIT:0:8}"
6565
ENVIRONMENT_NAME: $ENV_PRODUCTION
66-
WAIT: "true"
67-

0 commit comments

Comments
 (0)