Skip to content

Commit

Permalink
fix(buildspec): add --insecure flag for GHE gist curl (internal CA)
Browse files Browse the repository at this point in the history
  • Loading branch information
Your Name committed Mar 17, 2026
1 parent 3f7e07c commit a013d3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion codebuild/buildspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ phases:
- unzip -q /tmp/tf.zip -d /usr/local/bin && rm /tmp/tf.zip
- terraform version
- echo "Downloading tf script from gist..."
- curl -sLo /usr/local/bin/tf "$TF_GIST_URL"
- curl -sLko /usr/local/bin/tf "$TF_GIST_URL"
- chmod +x /usr/local/bin/tf
- tf --version
- pip3 install --quiet requests
Expand Down

0 comments on commit a013d3a

Please sign in to comment.