test gitea actions
Some checks failed
deploy

This commit is contained in:
Sebastian Frank 2023-03-21 14:44:06 +00:00
parent 101f9b549e
commit 41f8a2864b
Signed by: apairon
GPG Key ID: 9A9F8F10A937E426

View File

@ -13,10 +13,10 @@ jobs:
volumes: volumes:
- /data:/data - /data:/data
steps: steps:
- uses: actions/checkout@v3 # - uses: actions/checkout@v3
with: # with:
fetch-depth: 0 # fetch-depth: 0
- run: git fetch --force --tags # - run: git fetch --force --tags
- run: hostname - run: hostname
- run: pwd - run: pwd
- run: ls -la - run: ls -la