This commit is contained in:
parent
c5c566f85c
commit
cc08cf2ee9
@ -8,9 +8,9 @@ jobs:
|
|||||||
image: offline-twitter/go
|
image: offline-twitter/go
|
||||||
volumes:
|
volumes:
|
||||||
- woodpecker-gocache:/go-cache-volume
|
- woodpecker-gocache:/go-cache-volume
|
||||||
environment:
|
env:
|
||||||
- GOPATH=/go-cache-volume
|
GOPATH: /go-cache-volume
|
||||||
- GOCACHE=/go-cache-volume/build-cache
|
GOCACHE: /go-cache-volume/build-cache
|
||||||
steps:
|
steps:
|
||||||
- name: checkout
|
- name: checkout
|
||||||
uses: https://${{ secrets.GITHUB_TOKEN }}:@git.offline-twitter.com/offline-labs/shellcheckout@${{ github.ref }}
|
uses: https://${{ secrets.GITHUB_TOKEN }}:@git.offline-twitter.com/offline-labs/shellcheckout@${{ github.ref }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user