Skip to content

Commit

Permalink
chore: Update CI Visibility script to always use latest (#80)
Browse files Browse the repository at this point in the history
  • Loading branch information
bm1549 authored Dec 1, 2023
1 parent df2d591 commit a8682a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ RUN <<-EOT
pip3 install requests requests-unixsocket
pip3 cache purge
sudo chmod +x /usr/local/bin/autoforward
sudo curl -L --fail "https://github.com/DataDog/datadog-ci/releases/download/v1.3.0-alpha/datadog-ci_linux-x64" --output "/usr/local/bin/datadog-ci"
sudo curl -L --fail "https://github.com/DataDog/datadog-ci/releases/latest/download/datadog-ci_linux-x64" --output "/usr/local/bin/datadog-ci"
sudo chmod +x /usr/local/bin/datadog-ci
EOT

Expand Down

0 comments on commit a8682a8

Please sign in to comment.