Fix drone permissions with different flutter build docker image
continuous-integration/drone/push Build is failing Details
continuous-integration/drone/pr Build is failing Details

This commit is contained in:
kolaente 2020-01-01 18:28:52 +01:00
parent 74ffc99cea
commit 0512e93c79
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@ kind: pipeline
name: testing
workspace:
base: /app
base: /home/cirrus/app
clone:
depth: 50
@ -37,7 +37,7 @@ trigger:
- push
workspace:
base: /app
base: /home/cirrus/app
clone:
depth: 50
@ -81,7 +81,7 @@ trigger:
- tag
workspace:
base: /app
base: /home/cirrus/app
clone:
depth: 50