Format tweak

pull/959/head
Morgan Pretty 2 years ago
parent 6707edc712
commit 569970eeab

@ -17,10 +17,10 @@ local custom_clone = {
environment: { CLONE_KEY: { from_secret: 'CLONE_KEY' } }, environment: { CLONE_KEY: { from_secret: 'CLONE_KEY' } },
commands: [ commands: [
||| |||
if [ -z "$CLONE_KEY" ]; then if [ -z "$CLONE_KEY" ]; then
echo -e "\n\n\n\e[31;1mUnable to checkout repo: CLONE_KEY not set\e[0m" echo -e "\n\n\n\e[31;1mUnable to checkout repo: CLONE_KEY not set\e[0m"
exit 1 exit 1
fi fi
|||, |||,
'eval "$(ssh-agent -s)"', 'eval "$(ssh-agent -s)"',
'echo "${CLONE_KEY}" | ssh-add -', 'echo "${CLONE_KEY}" | ssh-add -',

Loading…
Cancel
Save