fixed im dumb
This commit is contained in:
parent
d5d2d1ce1e
commit
77ee170141
@ -4,11 +4,13 @@ docker:
|
|||||||
auth: '{{DOCKER_AUTH_JSON}}'
|
auth: '{{DOCKER_AUTH_JSON}}'
|
||||||
jobs:
|
jobs:
|
||||||
build_go:
|
build_go:
|
||||||
|
bin: /bin/bash
|
||||||
script:
|
script:
|
||||||
- mkdir -p /src
|
- mkdir -p /src
|
||||||
- wget https://golang.org/dl/go1.16.4.linux-amd64.tar.gz -O /tmp/go.tgz
|
- wget https://golang.org/dl/go1.16.4.linux-amd64.tar.gz -O /tmp/go.tgz
|
||||||
- tar -xzf /tmp/go.tgz -C/src
|
- tar -xzf /tmp/go.tgz -C/src
|
||||||
- PATH="${PATH}:/src/bin/go/bin"
|
- PATH="${PATH}:/src/bin/go/bin"
|
||||||
|
- echo $PATH
|
||||||
- go run hello.go
|
- go run hello.go
|
||||||
# test_go:
|
# test_go:
|
||||||
# script:
|
# script:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user