Skip to content

Commit 601e6eb

Browse files
committed
fix: don't exit on cmd failure
1 parent 1bd4ffc commit 601e6eb

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Diff for: .github/workflows/docker-image.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Docker Build and Deploy
22

33
on:
4-
push:
4+
pull_request:
55
branches:
66
- develop
77

@@ -44,8 +44,6 @@ jobs:
4444
envs: MONGO_PROD_DB,REGISTER_FRONTEND_URL,REGISTER_ORG_FRONTEND_URL,NODE_ENV,FRONTEND_LINK,ADMIN_EMAIL,ADMIN_PASS,COORDINATOR_EMAIL,COORDINATOR_PASS,GH_TOKEN, PUSHER_CLUSTER
4545
script: |
4646
47-
set -e # Exit immediately if a command exits with a non-zero status
48-
set -x # Print commands and their arguments as they are executed
4947
touch env
5048
echo "MONGO_PROD_DB=${MONGO_PROD_DB}" >> env
5149
# Pull the latest image

0 commit comments

Comments
 (0)