Skip to content

Commit

Permalink
test the packer-cache
Browse files Browse the repository at this point in the history
  • Loading branch information
v1v committed Apr 14, 2021
1 parent f13b329 commit f1f5c27
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@ pipeline {
withEnv(["HOME=${env.WORKSPACE}"]) {
retryWithSleep(retries: 2, seconds: 5){ sh(label: "Install Go ${env.GO_VERSION}", script: '.ci/scripts/install-go.sh') }
}
sh '.ci/packer_cache.sh'
sh 'exit 1'
}
}
}
Expand Down

0 comments on commit f1f5c27

Please sign in to comment.