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

This commit is contained in:
Brian Bjarke Jensen
2024-02-25 16:44:45 +01:00
parent 82d34a7412
commit 73cc268bc6
+1 -2
View File
@@ -23,5 +23,4 @@ jobs:
run: | run: |
echo "REPOSITORY: ${{ gitea.repository }}" echo "REPOSITORY: ${{ gitea.repository }}"
echo "DOCKER_REPO_URL: ${{ vars.docker_repo_url }}" echo "DOCKER_REPO_URL: ${{ vars.docker_repo_url }}"
echo "COMMIT_SHA: ${{ gitea.sha }}" echo "COMMIT_SHA: ${{ env.sha_short }}"
echo "${{ vars.sha_short }}"