We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71ff7b8 commit 8353789Copy full SHA for 8353789
.gitignore
@@ -47,3 +47,6 @@ src/scss/custom/x_user.scss
47
/node_modules.nosync
48
.nova/Configuration.json
49
.nova/Tasks/Custom Task.json
50
+# ignore node_modules symlink
51
+node_modules
52
+node_modules.nosync
bitbucket-pipelines.yml
@@ -63,5 +63,3 @@ pipelines:
63
COMMAND: "deploy-only"
64
VERSION_LABEL: "$APPLICATION_NAME-$BITBUCKET_BUILD_NUMBER-${BITBUCKET_COMMIT:0:8}"
65
ENVIRONMENT_NAME: $ENV_PRODUCTION
66
- WAIT: "true"
67
-
0 commit comments