Skip to content

Commit

Permalink
Unset environment variable on Linux as its baked into the AMI
Browse files Browse the repository at this point in the history
  • Loading branch information
mbacchi committed Apr 23, 2020
1 parent b75a98d commit 7c23801
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -256,9 +256,9 @@ pipeline {
expression { !SKIP_LINUX }
}
agent { label "linux-ci" }
// environment {
// GIT_CACHE_PATH = "${HOME}/cache"
// }
environment {
unset GIT_CACHE_PATH
}
stages {
stage("checkout") {
steps {
Expand Down

0 comments on commit 7c23801

Please sign in to comment.