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
4 years ago
by
Sintal
Browse files
Options
Download
Email Patches
Plain Diff
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
Showing
1 changed file
exexute_transformers_for_sag.sh
+3
-1
exexute_transformers_for_sag.sh
with
3 additions
and
1 deletion
+3
-1
exexute_transformers_for_sag.sh
+
3
-
1
View file @
98d4ec73
#!/bin/bash
#!/bin/bash
echo
"creating folder"
#create folder and change directory
#create folder and change directory
mkdir
-p
~/transformers_for_SAG
mkdir
-p
~/transformers_for_SAG
cd
~/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
)
eval
$(
ssh-agent
-s
)
echo
"
$1
"
|
base64
-d
|
tr
-d
'\r'
| ssh-add -
>
/dev/null
echo
"
$1
"
|
base64
-d
|
tr
-d
'\r'
| ssh-add -
>
/dev/null
...
...
This diff is collapsed.
Click to expand it.
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