Skip to content
Snippets Groups Projects
Commit 52b3b698 authored by dgelessus's avatar dgelessus
Browse files

Fix tlatools directory name in .gitlab-ci.yml

parent d19e8b67
Branches
Tags
No related merge requests found
Pipeline #139470 passed
...@@ -13,7 +13,7 @@ cache: ...@@ -13,7 +13,7 @@ cache:
publish: publish:
stage: deploy stage: deploy
script: script:
- cd tlatools - cd tlatools/org.lamport.tlatools
- openssl aes-256-cbc -d -base64 -pbkdf2 -pass "env:ENCRYPTION_PASSWORD" -in gradle.properties.enc -out gradle.properties - openssl aes-256-cbc -d -base64 -pbkdf2 -pass "env:ENCRYPTION_PASSWORD" -in gradle.properties.enc -out gradle.properties
- openssl aes-256-cbc -d -base64 -pbkdf2 -pass "env:ENCRYPTION_PASSWORD" -in pubring.gpg.enc -out pubring.gpg - openssl aes-256-cbc -d -base64 -pbkdf2 -pass "env:ENCRYPTION_PASSWORD" -in pubring.gpg.enc -out pubring.gpg
- openssl aes-256-cbc -d -base64 -pbkdf2 -pass "env:ENCRYPTION_PASSWORD" -in secring.gpg.enc -out secring.gpg - openssl aes-256-cbc -d -base64 -pbkdf2 -pass "env:ENCRYPTION_PASSWORD" -in secring.gpg.enc -out secring.gpg
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment