*
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:
|
when:
|
||||||
event: push
|
event: push
|
||||||
branch: main
|
branch: main
|
||||||
|
secrets: [ gpg_keyfile ]
|
||||||
commands:
|
commands:
|
||||||
- apk add --no-cache python3 poetry just
|
- apk add --no-cache git-crypt python3 poetry just
|
||||||
# - echo "===== 2015 ====="
|
- echo "$GPG_KEYFILE" | base64 -d > tmp
|
||||||
# - cd 2015
|
- git-crypt unlock tmp
|
||||||
# - poetry install --no-interaction --no-root
|
- rm tmp
|
||||||
# - just
|
- echo "===== 2015 ====="
|
||||||
# - cd ..
|
- cd 2015
|
||||||
- echo "===== 2022 ====="
|
|
||||||
- cd 2022
|
|
||||||
- poetry install --no-interaction --no-root
|
- poetry install --no-interaction --no-root
|
||||||
- just
|
- just
|
||||||
|
- cd ..
|
||||||
|
# - echo "===== 2022 ====="
|
||||||
|
# - cd 2022
|
||||||
|
# - poetry install --no-interaction --no-root
|
||||||
|
# - just
|
||||||
|
|
Loading…
Reference in New Issue