*
ci/woodpecker/push/woodpecker Pipeline was successful
Details
ci/woodpecker/push/woodpecker Pipeline was successful
Details
parent
2ad7bc28c2
commit
46828d7e83
|
@ -0,0 +1 @@
|
|||
*.txt filter=git-crypt diff=git-crypt
|
|
@ -6,14 +6,18 @@ pipeline:
|
|||
when:
|
||||
event: push
|
||||
branch: main
|
||||
secrets: [ gpg_keyfile ]
|
||||
commands:
|
||||
- apk add --no-cache python3 poetry just
|
||||
# - echo "===== 2015 ====="
|
||||
# - cd 2015
|
||||
# - poetry install --no-interaction --no-root
|
||||
# - just
|
||||
# - cd ..
|
||||
- echo "===== 2022 ====="
|
||||
- cd 2022
|
||||
- apk add --no-cache git-crypt python3 poetry just
|
||||
- echo "$GPG_KEYFILE" | base64 -d > tmp
|
||||
- git-crypt unlock tmp
|
||||
- rm tmp
|
||||
- echo "===== 2015 ====="
|
||||
- cd 2015
|
||||
- poetry install --no-interaction --no-root
|
||||
- just
|
||||
- cd ..
|
||||
# - echo "===== 2022 ====="
|
||||
# - cd 2022
|
||||
# - poetry install --no-interaction --no-root
|
||||
# - just
|
||||
|
|
Loading…
Reference in New Issue