Try a few more flags to fix the permissions problem
This commit is contained in:
parent
ae98ebb300
commit
85b7454d3e
@ -4,16 +4,20 @@ name: default
|
|||||||
steps:
|
steps:
|
||||||
- name: clearcache1
|
- name: clearcache1
|
||||||
image: blitzprog/archlinux:latest
|
image: blitzprog/archlinux:latest
|
||||||
|
pull: always
|
||||||
commands:
|
commands:
|
||||||
- echo "Hello"
|
- echo "Hello"
|
||||||
|
|
||||||
- name: clearcache2
|
- name: clearcache2
|
||||||
image: blitzprog/aero:latest
|
image: blitzprog/aero:latest
|
||||||
|
pull: always
|
||||||
commands:
|
commands:
|
||||||
- echo "World"
|
- echo "World"
|
||||||
|
|
||||||
- name: test
|
- name: test
|
||||||
image: animenotifier/notify.moe:latest
|
image: animenotifier/notify.moe:latest
|
||||||
|
pull: always
|
||||||
|
user: developer
|
||||||
environment:
|
environment:
|
||||||
GO111MODULE: on
|
GO111MODULE: on
|
||||||
commands:
|
commands:
|
||||||
|
Loading…
Reference in New Issue
Block a user