updated .drone.yml
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing

This commit is contained in:
Samuel Philipp 2020-07-17 01:32:54 +02:00
parent ac02f8b15e
commit 339b016fb1

View file

@ -15,8 +15,6 @@ steps:
- name: docker - name: docker
image: plugins/docker image: plugins/docker
settings: settings:
purge: true
no_cache: true
auto_tag: true auto_tag: true
auto_tag_suffix: linux-amd64 auto_tag_suffix: linux-amd64
repo: samuelph/universal-statuspage repo: samuelph/universal-statuspage
@ -49,8 +47,6 @@ steps:
- name: docker - name: docker
image: plugins/docker image: plugins/docker
settings: settings:
purge: true
no_cache: true
auto_tag: true auto_tag: true
auto_tag_suffix: linux-arm auto_tag_suffix: linux-arm
repo: samuelph/universal-statuspage repo: samuelph/universal-statuspage