*
ci/woodpecker/push/woodpecker Pipeline was successful Details

main
earnest ma 2023-05-10 14:14:47 -04:00
parent 2ad7bc28c2
commit 46828d7e83
Signed by: earnest ma
GPG Key ID: A343F43342EB6E2A
2 changed files with 13 additions and 8 deletions

1
.gitattributes vendored Normal file
View File

@ -0,0 +1 @@
*.txt filter=git-crypt diff=git-crypt

View File

@ -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