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 5cddad1 commit 8eebf59Copy full SHA for 8eebf59
.gitlab/download-single-step-artifacts.sh
@@ -24,8 +24,12 @@ if [ -n "$CI_COMMIT_TAG" ] || [ -n "$DOTNET_PACKAGE_VERSION" ]; then
24
mkdir -p $win_target_dir
25
26
curl --location --fail \
27
- --output $win_target_dir/serverless-artifacts.zip \
+ --output $win_target_dir/fleet-installer.zip \
28
"https://dd-windowsfilter.s3.amazonaws.com/builds/tracer/${CI_COMMIT_SHA}/fleet-installer.zip"
29
+
30
+ curl --location --fail \
31
+ --output $win_target_dir/windows-tracer-home.zip \
32
+ "https://dd-windowsfilter.s3.amazonaws.com/builds/tracer/${CI_COMMIT_SHA}/windows-tracer-home.zip"
33
fi
34
35
echo -n $VERSION > $target_dir/version.txt
0 commit comments