Changed Dockerfile.

This commit is contained in:
Marco Dalla Santa
2020-12-21 21:53:04 +01:00
parent e3f5136f75
commit 0cdc30a56f

View File

@@ -1,6 +1,7 @@
#!/bin/bash
PASSWORD=${INPUT_PASSWORD}
KEY=${INPUT_KEY}
PASSWORD=${INPUT_PASSWORD};
KEY=${INPUT_KEY};
if [ -z "$PRE_UPLOAD" and "$PASSWORD"]; then
echo "🔑 Please provide at least a key or a password...";
exit 0;