Skip to content

Commit

Permalink
Fix for whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
sputnam committed Oct 27, 2017
1 parent 40a1853 commit 1fcebb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/jenkins/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ pipeline {
sh 'vagrant destroy -f default || true'
// Make sure we have the tags info because figuring out the version is required in the build process
sh 'git fetch --tags'
sh 'git submodule update --init'
sh 'git submodule update --init'
sh 'cp -R ../software.ubuntu1404 software'
}
}
Expand Down

0 comments on commit 1fcebb7

Please sign in to comment.