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

This commit is contained in:
Brian Bjarke Jensen
2024-02-25 16:50:59 +01:00
parent 73cc268bc6
commit bfb079a9b7
+1 -2
View File
@@ -17,8 +17,7 @@ jobs:
echo "DOCKER_REPO_URL: ${{ vars.docker_repo_url }}" echo "DOCKER_REPO_URL: ${{ vars.docker_repo_url }}"
echo "COMMIT_SHA: ${{ gitea.sha }}" echo "COMMIT_SHA: ${{ gitea.sha }}"
echo $(git rev-parse --short ${{ gitea.sha }}) echo $(git rev-parse --short ${{ gitea.sha }})
echo "sha_short=$(git rev-parse --short ${{ gitea.sha }} )" >> "$GITHUB_ENV" echo "sha_short=$(git rev-parse --short ${{ gitea.sha }} )" >> "$GITEA_ENV"
echo "${{ gitea.env }}"
- name: Show Environment Variables - name: Show Environment Variables
run: | run: |
echo "REPOSITORY: ${{ gitea.repository }}" echo "REPOSITORY: ${{ gitea.repository }}"