Skip to content
Snippets Groups Projects
Commit 13a4bdd8 authored by ale's avatar ale
Browse files

Use our image with go from stretch-backports

parent b3a356ef
No related branches found
No related tags found
No related merge requests found
...@@ -3,10 +3,9 @@ stages: ...@@ -3,10 +3,9 @@ stages:
build: build:
stage: build stage: build
image: "ai/build:stretch" image: "ai/test:go"
script: script:
- env DEBIAN_FRONTEND=noninteractive apt-get -qy install golang - mkdir -p build/git.autistici.org/ai3
- mkdir build/git.autistici.org/ai3
- ln -s $PWD build/git.autistici.org/ai3/float-debug-proxy - ln -s $PWD build/git.autistici.org/ai3/float-debug-proxy
- env GOPATH=$PWD/build go build -o float-debug-proxy git.autistici.org/ai3/float-debug-proxy - env GOPATH=$PWD/build go build -o float-debug-proxy git.autistici.org/ai3/float-debug-proxy
artifacts: artifacts:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment