From 5dc1fd0f861301adb7542e10367ce5752e3b8a41 Mon Sep 17 00:00:00 2001 From: kolaente Date: Sun, 21 Apr 2019 23:07:33 +0200 Subject: [PATCH] Switched to use src.techknowlogick.com/xgo --- .drone1.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.drone1.yml b/.drone1.yml index 513d40a1ea0..255f3695c6a 100644 --- a/.drone1.yml +++ b/.drone1.yml @@ -142,13 +142,13 @@ steps: - git fetch --tags - name: before-static-build - image: karalabe/xgo-latest:latest + image: src.techknowlogick.com/xgo:latest pull: true commands: - make release-dirs - name: static-build-windows - image: karalabe/xgo-latest:latest + image: src.techknowlogick.com/xgo:latest pull: true environment: GOPATH: /srv/app @@ -157,7 +157,7 @@ steps: depends_on: [ before-static-build ] - name: static-build-linux - image: karalabe/xgo-latest:latest + image: src.techknowlogick.com/xgo:latest pull: true environment: GOPATH: /srv/app @@ -166,7 +166,7 @@ steps: depends_on: [ before-static-build ] - name: static-build-darwin - image: karalabe/xgo-latest:latest + image: src.techknowlogick.com/xgo:latest pull: true environment: GOPATH: /srv/app @@ -175,7 +175,7 @@ steps: depends_on: [ before-static-build ] - name: after-build-static - image: karalabe/xgo-latest:latest + image: src.techknowlogick.com/xgo:latest pull: true depends_on: - static-build-windows @@ -330,13 +330,13 @@ steps: - git fetch --tags - name: before-static-build - image: karalabe/xgo-latest:latest + image: src.techknowlogick.com/xgo:latest pull: true commands: - make release-dirs - name: static-build-windows - image: karalabe/xgo-latest:latest + image: src.techknowlogick.com/xgo:latest pull: true environment: GOPATH: /srv/app @@ -345,7 +345,7 @@ steps: depends_on: [ before-static-build ] - name: static-build-linux - image: karalabe/xgo-latest:latest + image: src.techknowlogick.com/xgo:latest pull: true environment: GOPATH: /srv/app @@ -354,7 +354,7 @@ steps: depends_on: [ before-static-build ] - name: static-build-darwin - image: karalabe/xgo-latest:latest + image: src.techknowlogick.com/xgo:latest pull: true environment: GOPATH: /srv/app @@ -363,7 +363,7 @@ steps: depends_on: [ before-static-build ] - name: after-build-static - image: karalabe/xgo-latest:latest + image: src.techknowlogick.com/xgo:latest pull: true depends_on: - static-build-windows