Skip to content

Commit a8682a8

Browse files
authored
chore: Update CI Visibility script to always use latest (#80)
1 parent df2d591 commit a8682a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ RUN <<-EOT
9898
pip3 install requests requests-unixsocket
9999
pip3 cache purge
100100
sudo chmod +x /usr/local/bin/autoforward
101-
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"
101+
sudo curl -L --fail "https://github.com/DataDog/datadog-ci/releases/latest/download/datadog-ci_linux-x64" --output "/usr/local/bin/datadog-ci"
102102
sudo chmod +x /usr/local/bin/datadog-ci
103103
EOT
104104

0 commit comments

Comments
 (0)