Add missing config for tests
Some checks failed
Run acceptance tests / test (push) Has been cancelled
Run acceptance tests / test-user (push) Has been cancelled

This commit is contained in:
Eddy Filip
2021-08-03 19:23:44 +02:00
parent adde26c41b
commit cb23d65d8d
2 changed files with 2 additions and 1 deletions

View File

@@ -3,7 +3,7 @@
set -e
# Install op-cli
$(curl -sSfLo op.zip "https://drive.google.com/uc?export=download&id=1HRAsihTN0Cx0pWZEWN06jAWxo0eW5eG-")
curl -sSfLo op.zip "https://drive.google.com/uc?export=download&id=1HRAsihTN0Cx0pWZEWN06jAWxo0eW5eG-"
unzip -od /usr/local/bin/ op.zip && rm op.zip
if [ -z "$USE_CONNECT" ]; then