Commit 6ff7421a authored by Naundorf's avatar Naundorf
Browse files

Update execute_vehicle_classification.sh

parent 52e5497b
Pipeline #6443 failed with stage
in 15 seconds
...@@ -13,7 +13,7 @@ pwd ...@@ -13,7 +13,7 @@ pwd
echo "handling ssh-key" echo "handling ssh-key"
#handle SSH-key (the argument "$1" is the SSH-key to gitlab) #handle SSH-key (the argument "$1" is the SSH-key to gitlab)
eval $(ssh-agent -s) eval $(ssh-agent -s)
echo "$1" | base64 -d | tr -d '\r' | ssh-add - > /dev/null echo "$GITLAB_KEY_PRIV" | base64 -d | tr -d '\r' | ssh-add - > /dev/null
#pull gitlab repository #pull gitlab repository
echo "pulling 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