Skip to content
This repository has been archived by the owner on Apr 26, 2019. It is now read-only.

Commit

Permalink
Merge pull request #15 from contactlab/fix-application-jenkins
Browse files Browse the repository at this point in the history
Fix application jenkins
  • Loading branch information
StefanoMagrassi authored Oct 28, 2017
2 parents df376b4 + 7c6f358 commit f5008a8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
save-exact = true
git-tag-version = false
2 changes: 1 addition & 1 deletion generators/application/templates/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ pipeline {
branch env.PROD_BRANCH
}
steps {
sh "NODE_ENV=qa ${xvfb('e2e')}"
sh "NODE_ENV=staging ${xvfb('e2e')}"
}
}

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "generator-contactlab",
"version": "1.0.0",
"version": "1.0.1",
"description": "Generators for Contactlab development workflow",
"main": "index.js",
"files": [
Expand Down

0 comments on commit f5008a8

Please sign in to comment.