Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
fork_HPC_Vehicle_Classification
m4labhpc
Commits
7e0d0120
Commit
7e0d0120
authored
4 years ago
by
Sintal
Browse files
Options
Download
Email Patches
Plain Diff
Update .gitlab-ci.yml
parent
216295d2
Pipeline
#3605
failed with stage
in 34 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+3
-3
.gitlab-ci.yml
with
3 additions
and
3 deletions
+3
-3
.gitlab-ci.yml
+
3
-
3
View file @
7e0d0120
...
@@ -7,10 +7,10 @@ before_script:
...
@@ -7,10 +7,10 @@ before_script:
#- apt-get install expect -y
#- apt-get install expect -y
#- apt-get install sshpass
#- apt-get install sshpass
#- sshpass -p $SSH_PASSPHRASE
#- sshpass -p $SSH_PASSPHRASE
-
export SSH_ASKPASS=$SSH_PASSPHRASE
#
- export SSH_ASKPASS=$SSH_PASSPHRASE
-
echo "$SSH_PRIVATE_KEY" | base64 -d | tr -d '\r' | ssh-add - > /dev/null
-
echo "$SSH_PRIVATE_KEY" | base64 -d | tr -d '\r' | ssh-add - > /dev/null
-
expect "Enter passphrase for (stdin):"
#
- expect "Enter passphrase for (stdin):"
-
send $SSH_PASSPHRASE
#
- send $SSH_PASSPHRASE
-
mkdir -p ~/.ssh
-
mkdir -p ~/.ssh
-
chmod 700 ~/.ssh
-
chmod 700 ~/.ssh
-
ssh-keyscan bwunicluster.scc.kit.edu > ~/.ssh/known_hosts
-
ssh-keyscan bwunicluster.scc.kit.edu > ~/.ssh/known_hosts
...
...
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