From 85b7454d3ee4eb9f8f8644748951ee06106c8c80 Mon Sep 17 00:00:00 2001 From: Eduard Urbach Date: Mon, 29 Apr 2019 00:04:08 +0900 Subject: [PATCH] Try a few more flags to fix the permissions problem --- .drone.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.drone.yml b/.drone.yml index a0d4fef6..2ea1a1c2 100644 --- a/.drone.yml +++ b/.drone.yml @@ -4,16 +4,20 @@ 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 + user: developer environment: GO111MODULE: on commands: