From 278ab88b3160dfcf899f525acd53c7764f213f59 Mon Sep 17 00:00:00 2001 From: Guy Owen Date: Thu, 18 Jan 2024 21:05:26 +1100 Subject: [PATCH] [DDS-1845] Removed debug. --- .github/workflows/build-deploy-awx-ee.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/build-deploy-awx-ee.yml b/.github/workflows/build-deploy-awx-ee.yml index 81edd110..a7cd519a 100644 --- a/.github/workflows/build-deploy-awx-ee.yml +++ b/.github/workflows/build-deploy-awx-ee.yml @@ -61,11 +61,6 @@ jobs: --output-filename Dockerfile --verbosity 3 - - name: Debug contents of context dir - run: | - ls -al context - ls -al . - - name: Push the AWX-EE image uses: docker/bake-action@v4 with: