mirror of https://github.com/portainer/portainer
debug
parent
9a32718db6
commit
d72571b2f8
|
@ -79,11 +79,9 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout Source
|
- name: Checkout Source
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
- name: check url
|
- name: Cd to Go project
|
||||||
run: echo "https://github.com/sonatype-nexus-community/nancy/releases/download/$NANCY_VERSION/nancy-$NANCY_VERSION-linux-amd64"
|
run: cd api
|
||||||
- name: test download
|
|
||||||
run: curl -s -L "https://github.com/sonatype-nexus-community/nancy/releases/download/$NANCY_VERSION/nancy-$NANCY_VERSION-linux-amd64" -v
|
|
||||||
- name: Get Nancy binary
|
- name: Get Nancy binary
|
||||||
run: curl -s -L "https://github.com/sonatype-nexus-community/nancy/releases/download/$NANCY_VERSION/nancy-$NANCY_VERSION-linux-amd64" -o "/tmp/tools/nancy"
|
run: curl -L "https://github.com/sonatype-nexus-community/nancy/releases/download/$NANCY_VERSION/nancy-$NANCY_VERSION-linux-amd64" -o nancy
|
||||||
- name: Scan modules
|
- name: Scan modules
|
||||||
run: cd api && go list -json -m all | /tmp/tools/nancy sleuth
|
run: go list -json -m all | ./nancy sleuth
|
||||||
|
|
Loading…
Reference in New Issue