Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
labrobotica
algorithms
iriutils
Commits
6da64934
Commit
6da64934
authored
Oct 27, 2020
by
Alejandro Lopez Gestoso
Browse files
Updated .gitlab-ci.yml to multiples Ubuntu distributions' packages generation
parent
822796eb
Pipeline
#6595
failed with stages
in 29 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
6da64934
image
:
docker.io/labrobotica/labrobotica
image
:
docker.io/labrobotica/labrobotica
:latest
stages
:
-
build
...
...
@@ -8,8 +8,8 @@ stages:
build-package
:
stage
:
build
script
:
-
apt update || apt -y install ca-certificates && apt update
# Uncomment to install dependencies
# - apt update
# - apt -y install iri-<package_name>-dev
-
mkdir -pv build
-
cd build
...
...
@@ -27,7 +27,7 @@ update_repo:
script
:
-
cd build
-
"
scp
-i
/root/.ssh/iriLabKeyNopwd
-r
*iriutils*.deb
irilabo@labrepo.iri.upc.edu:packages/"
-
"
ssh
irilabo@labrepo.iri.upc.edu
-i
/root/.ssh/iriLabKeyNopwd
-tt
/home/irilabo/repo_scripts/update_repo.sh
iriutils"
-
"
ssh
irilabo@labrepo.iri.upc.edu
-i
/root/.ssh/iriLabKeyNopwd
-tt
/home/irilabo/repo_scripts/update_repo.sh
iriutils
$(lsb_release
-cs)
"
only
:
-
tags
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