mirror of
https://github.com/Dokploy/dokploy
synced 2025-06-26 18:27:59 +00:00
chore: remove cat file
This commit is contained in:
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
|
- name: Run custom Docker build script
|
||||||
run: |
|
run: |
|
||||||
cat .env.production
|
|
||||||
chmod +x ./docker/build.sh
|
chmod +x ./docker/build.sh
|
||||||
echo "Building Docker image for ${{ github.base_ref }}"
|
echo "Building Docker image for ${{ github.base_ref }}"
|
||||||
./docker/build.sh ${{ github.base_ref == 'canary' && 'canary' || '' }}
|
./docker/build.sh ${{ github.base_ref == 'canary' && 'canary' || '' }}
|
||||||
|
|||||||
Reference in New Issue
Block a user