This commit is contained in:
parent
31f43ba086
commit
da28273e1a
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@ steps:
|
||||||
image: andyaugustin/git-crypt:v1.0.2
|
image: andyaugustin/git-crypt:v1.0.2
|
||||||
commands:
|
commands:
|
||||||
- echo "${GIT_CRYPT_KEY}" | base64 --decode > /tmp/.git-crypt-key
|
- echo "${GIT_CRYPT_KEY}" | base64 --decode > /tmp/.git-crypt-key
|
||||||
|
- git config --global --add safe.directory
|
||||||
- git-crypt unlock /tmp/.git-crypt-key
|
- git-crypt unlock /tmp/.git-crypt-key
|
||||||
- rm /tmp/.git-crypt-key
|
- rm /tmp/.git-crypt-key
|
||||||
secrets:
|
secrets:
|
||||||
|
|
Loading…
Reference in a new issue