From f4c2dc99d92b23ae4cdfc977bc127a392ed9d2e4 Mon Sep 17 00:00:00 2001 From: Mauricio Siu <47042324+Siumauricio@users.noreply.github.com> Date: Wed, 1 May 2024 21:08:47 -0600 Subject: [PATCH] chore: remove cat file --- .github/workflows/pull-request.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index d723239a..3d14d6c2 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -49,7 +49,6 @@ jobs: - name: Run custom Docker build script run: | - cat .env.production chmod +x ./docker/build.sh echo "Building Docker image for ${{ github.base_ref }}" ./docker/build.sh ${{ github.base_ref == 'canary' && 'canary' || '' }}