mirror of
https://gitlab.com/monolithify/base-image-build.git
synced 2024-12-03 17:16:25 +00:00
fix: and + space
This commit is contained in:
parent
3497479401
commit
f00b160a42
@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
set -e
|
||||
|
||||
if [ -n "$CI" && ! -d "$SECURE_FILES_DOWNLOAD_PATH"]; then
|
||||
if [ -n "$CI" ] && [ ! -d "$SECURE_FILES_DOWNLOAD_PATH" ]; then
|
||||
mkdir $SECURE_FILES_DOWNLOAD_PATH
|
||||
echo -e "$BUILDER_PUBLIC_KEY" > $SECURE_FILES_DOWNLOAD_PATH/id_ed25519.pub
|
||||
echo -e "$BUILDER_PRIVATE_KEY" > $SECURE_FILES_DOWNLOAD_PATH/id_ed25519
|
||||
|
Loading…
Reference in New Issue
Block a user