Skip to content

Commit

Permalink
[gogs] clean after checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
atzoum committed Apr 5, 2017
1 parent b56de1b commit 9ea5837
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions aarch64-gogs/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ node {

stage('checkout') {
git url: 'https://github.com/atzoum/docker-aarch64.git'
sh "git clean -dfx"

dir(imageName) {
stash name: "README.md", includes: "README.md"
Expand Down

0 comments on commit 9ea5837

Please sign in to comment.