prevent PR from triggering push
This commit is contained in:
parent
df7fe0f698
commit
843d6fd096
|
@ -5,8 +5,8 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
- run:
|
- run:
|
||||||
name: Build Postal Docker Container
|
name: Build Postal Docker Container
|
||||||
command: docker build -t postal:latest .
|
command: docker build -t postal:latest .
|
||||||
#- run:
|
#- run:
|
||||||
# name: Skip this job for Pull Requests
|
# name: Skip this job for Pull Requests
|
||||||
# command: '[[ -v CIRCLE_PR_NUMBER ]] && circleci step halt || true'
|
# command: '[[ -v CIRCLE_PR_NUMBER ]] && circleci step halt || true'
|
||||||
|
|
Loading…
Reference in New Issue
Block a user