Commit ef65fb66 authored by Naundorf's avatar Naundorf
Browse files

Update execute_vehicle_classification.sh

parent 5627a8f3
Pipeline #6445 failed with stage
in 15 seconds
......@@ -13,7 +13,7 @@ pwd
echo "handling ssh-key"
#handle SSH-key (the argument "$1" is the SSH-key to gitlab)
eval $(ssh-agent -s)
echo "$GITLAB_KEY_PRIV" | base64 -d | tr -d '\r' | ssh-add - > /dev/null
echo "$1" | base64 -d | tr -d '\r' | ssh-add - > /dev/null
#pull gitlab repository
echo "pulling gitlab repository"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment