Switched to use src.techknowlogick.com/xgo
This commit is contained in:
parent
b1701ca769
commit
5dc1fd0f86
1 changed files with 10 additions and 10 deletions
20
.drone1.yml
20
.drone1.yml
|
@ -142,13 +142,13 @@ steps:
|
||||||
- git fetch --tags
|
- git fetch --tags
|
||||||
|
|
||||||
- name: before-static-build
|
- name: before-static-build
|
||||||
image: karalabe/xgo-latest:latest
|
image: src.techknowlogick.com/xgo:latest
|
||||||
pull: true
|
pull: true
|
||||||
commands:
|
commands:
|
||||||
- make release-dirs
|
- make release-dirs
|
||||||
|
|
||||||
- name: static-build-windows
|
- name: static-build-windows
|
||||||
image: karalabe/xgo-latest:latest
|
image: src.techknowlogick.com/xgo:latest
|
||||||
pull: true
|
pull: true
|
||||||
environment:
|
environment:
|
||||||
GOPATH: /srv/app
|
GOPATH: /srv/app
|
||||||
|
@ -157,7 +157,7 @@ steps:
|
||||||
depends_on: [ before-static-build ]
|
depends_on: [ before-static-build ]
|
||||||
|
|
||||||
- name: static-build-linux
|
- name: static-build-linux
|
||||||
image: karalabe/xgo-latest:latest
|
image: src.techknowlogick.com/xgo:latest
|
||||||
pull: true
|
pull: true
|
||||||
environment:
|
environment:
|
||||||
GOPATH: /srv/app
|
GOPATH: /srv/app
|
||||||
|
@ -166,7 +166,7 @@ steps:
|
||||||
depends_on: [ before-static-build ]
|
depends_on: [ before-static-build ]
|
||||||
|
|
||||||
- name: static-build-darwin
|
- name: static-build-darwin
|
||||||
image: karalabe/xgo-latest:latest
|
image: src.techknowlogick.com/xgo:latest
|
||||||
pull: true
|
pull: true
|
||||||
environment:
|
environment:
|
||||||
GOPATH: /srv/app
|
GOPATH: /srv/app
|
||||||
|
@ -175,7 +175,7 @@ steps:
|
||||||
depends_on: [ before-static-build ]
|
depends_on: [ before-static-build ]
|
||||||
|
|
||||||
- name: after-build-static
|
- name: after-build-static
|
||||||
image: karalabe/xgo-latest:latest
|
image: src.techknowlogick.com/xgo:latest
|
||||||
pull: true
|
pull: true
|
||||||
depends_on:
|
depends_on:
|
||||||
- static-build-windows
|
- static-build-windows
|
||||||
|
@ -330,13 +330,13 @@ steps:
|
||||||
- git fetch --tags
|
- git fetch --tags
|
||||||
|
|
||||||
- name: before-static-build
|
- name: before-static-build
|
||||||
image: karalabe/xgo-latest:latest
|
image: src.techknowlogick.com/xgo:latest
|
||||||
pull: true
|
pull: true
|
||||||
commands:
|
commands:
|
||||||
- make release-dirs
|
- make release-dirs
|
||||||
|
|
||||||
- name: static-build-windows
|
- name: static-build-windows
|
||||||
image: karalabe/xgo-latest:latest
|
image: src.techknowlogick.com/xgo:latest
|
||||||
pull: true
|
pull: true
|
||||||
environment:
|
environment:
|
||||||
GOPATH: /srv/app
|
GOPATH: /srv/app
|
||||||
|
@ -345,7 +345,7 @@ steps:
|
||||||
depends_on: [ before-static-build ]
|
depends_on: [ before-static-build ]
|
||||||
|
|
||||||
- name: static-build-linux
|
- name: static-build-linux
|
||||||
image: karalabe/xgo-latest:latest
|
image: src.techknowlogick.com/xgo:latest
|
||||||
pull: true
|
pull: true
|
||||||
environment:
|
environment:
|
||||||
GOPATH: /srv/app
|
GOPATH: /srv/app
|
||||||
|
@ -354,7 +354,7 @@ steps:
|
||||||
depends_on: [ before-static-build ]
|
depends_on: [ before-static-build ]
|
||||||
|
|
||||||
- name: static-build-darwin
|
- name: static-build-darwin
|
||||||
image: karalabe/xgo-latest:latest
|
image: src.techknowlogick.com/xgo:latest
|
||||||
pull: true
|
pull: true
|
||||||
environment:
|
environment:
|
||||||
GOPATH: /srv/app
|
GOPATH: /srv/app
|
||||||
|
@ -363,7 +363,7 @@ steps:
|
||||||
depends_on: [ before-static-build ]
|
depends_on: [ before-static-build ]
|
||||||
|
|
||||||
- name: after-build-static
|
- name: after-build-static
|
||||||
image: karalabe/xgo-latest:latest
|
image: src.techknowlogick.com/xgo:latest
|
||||||
pull: true
|
pull: true
|
||||||
depends_on:
|
depends_on:
|
||||||
- static-build-windows
|
- static-build-windows
|
||||||
|
|
Loading…
Reference in a new issue