Updated dockerfile

This commit is contained in:
2019-04-29 00:49:39 +09:00
parent 85b7454d3e
commit 904b8fc943
2 changed files with 4 additions and 16 deletions

View File

@ -2,18 +2,6 @@ kind: pipeline
name: default
steps:
- name: clearcache1
image: blitzprog/archlinux:latest
pull: always
commands:
- echo "Hello"
- name: clearcache2
image: blitzprog/aero:latest
pull: always
commands:
- echo "World"
- name: test
image: animenotifier/notify.moe:latest
pull: always