Skip to content

Commit

Permalink
Fix A4C download issue in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
loicalbertin committed Apr 29, 2020
1 parent 8cab040 commit 5ef127b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions testdata/ci/runner/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,10 @@ spec:
env:
- name: "GOPROXY"
value: ""
- name: "http_proxy"
value: "${ENV_YORC_CI_HTTP_PROXY}"
- name: "https_proxy"
value: "${ENV_YORC_CI_HTTP_PROXY}"
"""
}
}
Expand Down

0 comments on commit 5ef127b

Please sign in to comment.