From e46e5c0802a185174f47864769d659b6d9566036 Mon Sep 17 00:00:00 2001 From: djpbessems Date: Wed, 5 Jun 2024 12:23:16 +1000 Subject: [PATCH] chore: Debug packer validate workflow step #7 --- .gitea/workflows/actions.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitea/workflows/actions.yaml b/.gitea/workflows/actions.yaml index c0d004f..a5c029c 100644 --- a/.gitea/workflows/actions.yaml +++ b/.gitea/workflows/actions.yaml @@ -80,7 +80,6 @@ jobs: run: | echo ${{ gitea }} echo ${{ gitea.job }} - echo ${{ gitea.sha:0:10 }} packer validate \ -only=vsphere-iso.bootstrap \ -var docker_username=${{ secrets.DOCKER_USERNAME }} \