From f45b96f42bc1dfe32caaab531c205bf736088b3b Mon Sep 17 00:00:00 2001 From: djpbessems Date: Wed, 5 Jun 2024 12:18:27 +1000 Subject: [PATCH] chore: Debug packer validate workflow step #5 --- .gitea/workflows/actions.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitea/workflows/actions.yaml b/.gitea/workflows/actions.yaml index 7343387..837c420 100644 --- a/.gitea/workflows/actions.yaml +++ b/.gitea/workflows/actions.yaml @@ -81,7 +81,6 @@ jobs: echo ${{ gitea }} echo ${{ gitea.job }} echo $(openssl rand -hex 3) - packer validate \ -only=vsphere-iso.bootstrap \ -var docker_username=${{ secrets.DOCKER_USERNAME }} \