added deps

This commit is contained in:
Nick 2021-05-21 17:05:56 -04:00
parent 62093de3a5
commit 8efac240ad

View File

@ -9,11 +9,12 @@ jobs:
- 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 -xzvf /tmp/go.tgz -C/src - tar -xzvf /tmp/go.tgz -C/src
- cp /src/go/bin/go /bin/ - cp /src/go/bin/go /bin/
test_go:
script:
- ls -l /bin/go - ls -l /bin/go
dependencies: # test_go:
- build_go # script:
# - ls -l /bin/go
# dependencies:
# - build_go
# email-zipper: # email-zipper:
# image: docker.leffler.media/leffler.media/email-zipper # image: docker.leffler.media/leffler.media/email-zipper
# env: # env: