Skip to content

Commit a9a4dcc

Browse files
author
Aaron Bawcom
committed
Test push to test-deploy
1 parent c376f08 commit a9a4dcc

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,5 @@ dist
99
test-results.xml
1010
.webpack
1111
.nyc_output
12-
coverage
12+
coverage
13+
cruise-output

pipelines.gocd.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,9 @@ pipelines:
6262
# node_modules/.bin/nyc check-coverage --lines $COV_LINES --functions $COV_FUNCTIONS --branches $COV_BRANCHES
6363
- test-deploy:
6464
clean_workspace: true
65-
environment_variables:
66-
NODE_ENV: production
6765
tasks:
6866
- script: |
69-
git push origin test-deploy
67+
git checkout test-deploy
68+
git rebase development
69+
git push
7070

0 commit comments

Comments
 (0)