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

Commit

Permalink
fix indentation of variables block (#2531)
Browse files Browse the repository at this point in the history
  • Loading branch information
atoulme authored Oct 21, 2022
1 parent d5ac8a0 commit 93120bf
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -175,11 +175,11 @@ win-bundle-sign:
stage: sign-packages
needs:
- win-bundle-build
variables:
ARTIFACT: build/packages.tar.gz
SIGN_TYPE: WIN
OPTIONS: archive
DOWNLOAD_DIR: build/signed
variables:
ARTIFACT: build/packages.tar.gz
SIGN_TYPE: WIN
OPTIONS: archive
DOWNLOAD_DIR: build/signed
before_script:
- apt-get update && apt-get install -y unzip zip
- unzip -q build/SignalFxAgent-*.zip -d build/ || true
Expand Down

0 comments on commit 93120bf

Please sign in to comment.