*
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: 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