Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Sintal
Transformers for SAG
Commits
98d4ec73
Commit
98d4ec73
authored
May 17, 2021
by
Sintal
Browse files
Update exexute_transformers_for_sag.sh
parent
b92c7d42
Pipeline
#3709
failed with stage
in 19 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
exexute_transformers_for_sag.sh
View file @
98d4ec73
#!/bin/bash
echo
"creating folder"
#create folder and change directory
mkdir
-p
~/transformers_for_SAG
cd
~/transformers_for_SAG
#handle SSH-keys (the argument "$1" is the SSH-key to gitlab)
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
...
...
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