Skip to content

Commit b68ec7d

Browse files
committed
Replace hugodelire branch with master
1 parent 6cd2e96 commit b68ec7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/deployPrewww.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
stage 'prebuild'
22
node {
3-
git branch: 'feature/hugoDelire', url: 'https://github.com/code-troopers/website'
3+
git branch: 'master', url: 'https://github.com/code-troopers/website'
44
docker.build('website-node').inside(){
55
sh 'rm -rf node_modules && ln -s /usr/src/app/node_modules node_modules'
66
sh 'npm run jenkins.prebuild'

0 commit comments

Comments
 (0)