install curl correctly
continuous-integration/drone/push Build is failing
Details
continuous-integration/drone/push Build is failing
Details
This commit is contained in:
parent
cea37480a1
commit
eecdf093cd
|
@ -41,6 +41,7 @@ steps:
|
||||||
commands:
|
commands:
|
||||||
- apt update -y
|
- apt update -y
|
||||||
- apt -y install curl
|
- apt -y install curl
|
||||||
- curl -L -o /usr/local/bin/klar https://github.com/optiopay/klar/releases/download/v2.4.0/klar-2.4.0-linux-amd64
|
- pwd
|
||||||
- chmod -x /usr/local/bin/klar
|
- curl -L -o klar https://github.com/optiopay/klar/releases/download/v2.4.0/klar-2.4.0-linux-amd64
|
||||||
- CLAIR_ADDR=dev01:6060 CLAIR_OUTPUT=High CLAIR_THRESHOLD=10 REGISTRY_INSECURE=true klar dr.dnix.de/flokati:latest
|
- chmod -x klar
|
||||||
|
- CLAIR_ADDR=dev01:6060 CLAIR_OUTPUT=High CLAIR_THRESHOLD=10 REGISTRY_INSECURE=true ./klar dr.dnix.de/flokati:latest
|
||||||
|
|
Loading…
Reference in New Issue