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
6ff7421a
Commit
6ff7421a
authored
May 09, 2022
by
Naundorf
Browse files
Update execute_vehicle_classification.sh
parent
52e5497b
Pipeline
#6443
failed with stage
in 15 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
execute_vehicle_classification.sh
View file @
6ff7421a
...
...
@@ -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
"
$
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
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