This commit is contained in:
parent
554360720e
commit
66ef9ecb94
@ -15,6 +15,14 @@ jobs:
|
|||||||
- 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 }}
|
||||||
|
|
||||||
|
- name: debug
|
||||||
|
run: |
|
||||||
|
env
|
||||||
|
ls -l /go*
|
||||||
|
ls -l /var/run/docker.sock
|
||||||
|
|
||||||
|
go env
|
||||||
|
|
||||||
- name: wc -l
|
- name: wc -l
|
||||||
run: wc -l checkout.go
|
run: wc -l checkout.go
|
||||||
|
|
||||||
@ -31,11 +39,3 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
cd testdir
|
cd testdir
|
||||||
wc -l checkout.go
|
wc -l checkout.go
|
||||||
|
|
||||||
- name: debug
|
|
||||||
run: |
|
|
||||||
env
|
|
||||||
ls -l /go*
|
|
||||||
ls -l /var/run/docker.sock
|
|
||||||
|
|
||||||
go env
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user