chore: remove cat file

This commit is contained in:
Mauricio Siu
2024-05-01 21:08:47 -06:00
parent ef4d763658
commit f4c2dc99d9

View File

@@ -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' || '' }}