Update Semaphore configuration

This commit is contained in:
PrincessOfCats 2020-12-27 06:26:03 +00:00
parent 9548083752
commit 659cd64b81

View File

@ -14,10 +14,10 @@ blocks:
- cd alpine - cd alpine
- 'docker build --network=host -t catdeployed/postal:alpine .' - 'docker build --network=host -t catdeployed/postal:alpine .'
skip: skip:
when: branch != master when: branch != 'master'
- name: Build (Ubuntu) - name: Build (Ubuntu)
skip: skip:
when: branch != master when: branch != 'master'
task: task:
jobs: jobs:
- name: 'Job #1' - name: 'Job #1'