updated workflow
This commit is contained in:
@@ -25,13 +25,3 @@ jobs:
|
||||
- name: Type Check
|
||||
run: |
|
||||
poetry run mypy ./src --disable-error-code=import-untyped
|
||||
- name: Show Environment Variables
|
||||
id: vars
|
||||
run: |
|
||||
echo "REPOSITORY: ${{ gitea.repository }}"
|
||||
echo "DOCKER_REPO_URL: ${{ vars.docker_repo_url }}"
|
||||
echo "COMMIT_SHA: ${{ gitea.sha }}"
|
||||
echo $(git rev-parse --short ${{ gitea.sha }})
|
||||
echo "SHA_SHORT=$(git rev-parse --short ${{ gitea.sha }} )""
|
||||
echo "${ SHA_SHORT }"
|
||||
echo "${{ gitea.env }}"
|
||||
|
||||
Reference in New Issue
Block a user