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
7dc9d0f5
Commit
7dc9d0f5
authored
May 06, 2021
by
Sintal
Browse files
Update .gitlab-ci.yml
parent
c08d35ae
Pipeline
#3611
failed with stage
in 9 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
7dc9d0f5
...
@@ -2,8 +2,9 @@ image: ubuntu
...
@@ -2,8 +2,9 @@ image: ubuntu
before_script
:
before_script
:
-
echo "Hello, $GITLAB_USER_LOGIN!"
-
echo "Hello, $GITLAB_USER_LOGIN!"
-
curl ifconfig.me
#- ip addr show
#- ip addr show
-
apt-get install iproute2
#
- apt-get install iproute2
#- apt-file search --regexp 'bin/ip$'
#- apt-file search --regexp 'bin/ip$'
-
'
which
ssh-agent
||
(
apt-get
update
-y
&&
apt-get
install
openssh-client
-y
)'
-
'
which
ssh-agent
||
(
apt-get
update
-y
&&
apt-get
install
openssh-client
-y
)'
-
eval $(ssh-agent -s)
-
eval $(ssh-agent -s)
...
...
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