Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Naundorf
HPC_Vehicle_Classification
Commits
ef65fb66
Commit
ef65fb66
authored
May 09, 2022
by
Naundorf
Browse files
Update execute_vehicle_classification.sh
parent
5627a8f3
Pipeline
#6445
failed with stage
in 15 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
execute_vehicle_classification.sh
View file @
ef65fb66
...
...
@@ -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"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment