Skip to content
This repository was archived by the owner on Oct 23, 2024. It is now read-only.

Commit 93120bf

Browse files
authored
fix indentation of variables block (#2531)
1 parent d5ac8a0 commit 93120bf

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.gitlab-ci.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -175,11 +175,11 @@ win-bundle-sign:
175175
stage: sign-packages
176176
needs:
177177
- win-bundle-build
178-
variables:
179-
ARTIFACT: build/packages.tar.gz
180-
SIGN_TYPE: WIN
181-
OPTIONS: archive
182-
DOWNLOAD_DIR: build/signed
178+
variables:
179+
ARTIFACT: build/packages.tar.gz
180+
SIGN_TYPE: WIN
181+
OPTIONS: archive
182+
DOWNLOAD_DIR: build/signed
183183
before_script:
184184
- apt-get update && apt-get install -y unzip zip
185185
- unzip -q build/SignalFxAgent-*.zip -d build/ || true

0 commit comments

Comments
 (0)