updated workflow
pipeline / Test (push) Failing after 56s
CI Pipeline / Test (pull_request) Successful in 56s
CI Pipeline / Build and Publish (pull_request) Failing after 5s

This commit is contained in:
Brian Bjarke Jensen
2024-02-25 15:59:35 +01:00
parent 20e53c74a0
commit 544972342a
+2 -2
View File
@@ -30,5 +30,5 @@ jobs:
echo "REPOSITORY: ${{ gitea.repository }}"
echo "DOCKER_REPO_URL: ${{ vars.docker_repo_url }}"
echo "COMMIT_SHA: ${{ gitea.sha }}"
sha_short = $(git rev-parse --short ${{gitea.sha }})
echo "SHA_SHORT: ${ sha_short }"
sha_short = $(git rev-parse --short ${{ gitea.sha }})
echo "SHA_SHORT: $sha_short"