From 84bcdbf937c3be7823fcf8d5fef52e3cbb1c9bde Mon Sep 17 00:00:00 2001 From: kolaente Date: Wed, 3 Aug 2022 12:57:20 +0200 Subject: [PATCH] fix: use golang build image to test migrations --- .drone.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index e1f6fa31385..b6745501840 100644 --- a/.drone.yml +++ b/.drone.yml @@ -152,7 +152,7 @@ steps: - unzip vikunja-latest.zip vikunja-unstable-linux-amd64 - name: test-migration-sqlite - image: kolaente/toolbox:latest + image: vikunja/golang-build:latest pull: true depends_on: [ test-migration-prepare, build ] environment: @@ -171,7 +171,7 @@ steps: event: [ push, tag, pull_request ] - name: test-migration-mysql - image: kolaente/toolbox:latest + image: vikunja/golang-build:latest pull: true depends_on: [ test-migration-prepare, build ] environment: @@ -190,7 +190,7 @@ steps: event: [ push, tag, pull_request ] - name: test-migration-psql - image: kolaente/toolbox:latest + image: vikunja/golang-build:latest pull: true depends_on: [ test-migration-prepare, build ] environment: