Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
blaar
blaar
Commits
9480d311
Commit
9480d311
authored
May 24, 2019
by
Arnaud Blanchard
Browse files
Update .gitlab-ci.yml to test with Odin (ubuntu:blaar)
use apt-get to avid warnings
parent
c291840c
Pipeline
#104
failed with stage
in 5 minutes and 29 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
9480d311
.install_script
:
&install_definition
script
:
-
apt update
-
apt install -y wget sudo
-
apt
-get
update
-
apt
-get
install -y wget sudo
-
wget -O - https://git.u-cergy.fr/blaar/blaar/raw/master/developer_tools/clone_and_install_blaar_ubuntu.sh | bash
build:xenial:
...
...
@@ -19,4 +19,8 @@ build:cosmic:
# Ignore disco for now.
#build:disco:
# image: ubuntu:disco
# <<: *install_definition
\ No newline at end of file
# <<: *install_definition
build
:
image
:
ubuntu:blaar
<<
:
*install_definition
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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