Skip to content

Commit

Permalink
Fix CI by updating ca-certificates
Browse files Browse the repository at this point in the history
  • Loading branch information
sjmiller609 committed Jun 2, 2020
1 parent 8c67c19 commit 76dab7a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,7 @@ jobs:
name: Release the Airflow chart
command: |
set -e
sudo apt-get update && sudo apt-get install -y ca-certificates curl
pyenv global 2.7.12
HELM_CHART_PATH='/tmp/workspace/airflow-*.tgz' bin/release
Expand Down

0 comments on commit 76dab7a

Please sign in to comment.