Skip to content

Commit d9da65d

Browse files
committed
Remove unused global conf
1 parent 74162d1 commit d9da65d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/deploy.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ node {
1515

1616
node {
1717
docker.build('website-node').inside('-v /var/jenkins_home/.ssh:/root/.ssh') {
18-
sh 'git config --global user.email "[email protected]" && git config --global user.name "Jenkins"'
18+
sh 'git config user.email "[email protected]" && git config user.name "Jenkins"'
1919
sh 'rm -rf node_modules && ln -s /usr/src/app/node_modules node_modules'
2020
sh 'npm run jenkins.postbuild'
2121
sh 'npm run jenkins.deploy'

0 commit comments

Comments
 (0)