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
19b59fda
Commit
19b59fda
authored
May 23, 2019
by
Julien Abadji
Browse files
Update .gitlab-ci.yml
parent
25c035f0
Pipeline
#84
failed with stage
in 47 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
19b59fda
#image: ubuntu:latest
job1
:
build:latest
:
image
:
ubuntu:latest
script
:
-
apt update
...
...
@@ -9,3 +9,9 @@ job1:
-
./check_all.sh
-
developer_tools/update_bash_profile.sh ~/.bashrc
-
source ~/.bashrc
build:xenial:
image
:
ubuntu:xenial
script
:
-
apt update
-
apt install wget sudo
-
wget -O - https://git.u-cergy.fr/blaar/blaar/raw/master/developer_tools/clone_and_install_blaar_ubuntu.sh | bash
\ No newline at end of file
Write
Preview
Supports
Markdown
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