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 c376f08 commit a9a4dccCopy full SHA for a9a4dcc
.gitignore
@@ -9,4 +9,5 @@ dist
9
test-results.xml
10
.webpack
11
.nyc_output
12
-coverage
+coverage
13
+cruise-output
pipelines.gocd.yaml
@@ -62,9 +62,9 @@ pipelines:
62
# node_modules/.bin/nyc check-coverage --lines $COV_LINES --functions $COV_FUNCTIONS --branches $COV_BRANCHES
63
- test-deploy:
64
clean_workspace: true
65
- environment_variables:
66
- NODE_ENV: production
67
tasks:
68
- script: |
69
- git push origin test-deploy
+ git checkout test-deploy
+ git rebase development
+ git push
70
0 commit comments