mirror of
https://github.com/Dokploy/dokploy.git
synced 2026-09-14 11:06:15 +05:00
chore: remove cat file
This commit is contained in:
parent
ef4d763658
commit
f4c2dc99d9
1
.github/workflows/pull-request.yml
vendored
1
.github/workflows/pull-request.yml
vendored
@ -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' || '' }}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user