Skip to content

Commit

Permalink
docs: add note to the workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
kuisathaverat committed Apr 13, 2020
1 parent a004f54 commit 5e92736
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -660,6 +660,7 @@ def withBeatsEnv(boolean archive, Closure body) {
deleteDir()
unstash 'source'
dockerLogin(secret: "${DOCKERELASTIC_SECRET}", registry: "${DOCKER_REGISTRY}")
// FIXME workaround untill we fix the packer cache
sh 'docker pull docker.elastic.co/observability-ci/database-enterprise:12.2.0.1'
dir("${env.BASE_DIR}") {
sh(label: "Install Go ${GO_VERSION}", script: ".ci/scripts/install-go.sh")
Expand Down

0 comments on commit 5e92736

Please sign in to comment.