mirror of https://github.com/portainer/portainer
debug
parent
eab6282fae
commit
ec3a2e1cfa
|
@ -80,7 +80,7 @@ jobs:
|
|||
- name: Checkout Source
|
||||
uses: actions/checkout@v2
|
||||
- name: Get Nancy binary
|
||||
run: curl -L "https://github.com/sonatype-nexus-community/nancy/releases/download/$NANCY_VERSION/nancy-$NANCY_VERSION-linux-amd64" -o nancy
|
||||
run: curl -L "https://github.com/sonatype-nexus-community/nancy/releases/download/$NANCY_VERSION/nancy-$NANCY_VERSION-linux-amd64" -o nancy && chmod +x nancy
|
||||
- name: ls
|
||||
run: ls -al
|
||||
- name: Scan modules
|
||||
|
|
Loading…
Reference in New Issue