From b21e3ef4d46330867ee98f3755c597044ffd0fb9 Mon Sep 17 00:00:00 2001 From: kolaente Date: Thu, 3 Sep 2020 16:28:31 +0200 Subject: [PATCH] Add comment about magefile compile --- .drone1.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.drone1.yml b/.drone1.yml index 00d7d375a..de2001dec 100644 --- a/.drone1.yml +++ b/.drone1.yml @@ -52,6 +52,8 @@ steps: commands: - git fetch --tags + # We're statically compiling the magefile to avoid race condition issues caused by multiple pipeline steps + # compiling the same magefile at the same time. It's also faster if each step does not need to compile it first. - name: mage image: vikunja/golang-build:latest pull: true @@ -310,6 +312,8 @@ steps: commands: - git fetch --tags + # We're statically compiling the magefile to avoid race condition issues caused by multiple pipeline steps + # compiling the same magefile at the same time. It's also faster if each step does not need to compile it first. - name: mage image: vikunja/golang-build:latest pull: true