We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df2d591 commit a8682a8Copy full SHA for a8682a8
Dockerfile
@@ -98,7 +98,7 @@ RUN <<-EOT
98
pip3 install requests requests-unixsocket
99
pip3 cache purge
100
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"
+ sudo curl -L --fail "https://github.com/DataDog/datadog-ci/releases/latest/download/datadog-ci_linux-x64" --output "/usr/local/bin/datadog-ci"
102
sudo chmod +x /usr/local/bin/datadog-ci
103
EOT
104
0 commit comments