Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
m4lab_tv1
Transformers for SAG
Commits
861b4de0
Commit
861b4de0
authored
3 years ago
by
Sintal
Browse files
Options
Download
Email Patches
Plain Diff
Added .yml file
parent
78dbaf35
master
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+15
-0
.gitlab-ci.yml
with
15 additions
and
0 deletions
+15
-0
.gitlab-ci.yml
0 → 100644
+
15
-
0
View file @
861b4de0
image
:
ubuntu
before_script
:
-
echo "Hello, $GITLAB_USER_LOGIN!"
-
'
which
ssh-agent
||
(
apt-get
update
-y
&&
apt-get
install
openssh-client
-y
)'
-
eval $(ssh-agent -s)
-
echo "$SSH_PRIVATE_KEY" | base64 -d | tr -d '\r' | ssh-add - > /dev/null
-
mkdir -p ~/.ssh
-
chmod 700 ~/.ssh
-
ssh-keyscan bwunicluster.scc.kit.edu > ~/.ssh/known_hosts
-
chmod 644 ~/.ssh/known_hosts
Test SSH
:
script
:
-
ssh $USER_NAME "./scriptPull/pullTransformers.sh"
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