Skip to content

Commit d67ad2a

Browse files
committed
Fix gitlab CI pipeline syntax
1 parent ab41ed1 commit d67ad2a

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.gitlab-ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,7 @@ pages:
5252
- node:20
5353
- node:22
5454
- node:24
55-
environment:
56-
- sign # grant access to SIGNING_KEY and SIGNING_KEY_PASS project variables
55+
environment: sign # grant access to SIGNING_KEY and SIGNING_KEY_PASS project variables
5756
script:
5857
- apk add --update --no-cache openssl
5958
- openssl dgst -sha256 -sign "$SIGNING_KEY" -passin "pass:$SIGNING_KEY_PASS" -out web/web-bundle.zip.sign web/web-bundle.zip

0 commit comments

Comments
 (0)