Temporary cache clear fix
This commit is contained in:
parent
0f6a6d7140
commit
ae98ebb300
10
.drone.yml
10
.drone.yml
@ -2,6 +2,16 @@ kind: pipeline
|
|||||||
name: default
|
name: default
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
- name: clearcache1
|
||||||
|
image: blitzprog/archlinux:latest
|
||||||
|
commands:
|
||||||
|
- echo "Hello"
|
||||||
|
|
||||||
|
- name: clearcache2
|
||||||
|
image: blitzprog/aero:latest
|
||||||
|
commands:
|
||||||
|
- echo "World"
|
||||||
|
|
||||||
- name: test
|
- name: test
|
||||||
image: animenotifier/notify.moe:latest
|
image: animenotifier/notify.moe:latest
|
||||||
environment:
|
environment:
|
||||||
|
Loading…
Reference in New Issue
Block a user