Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
FUSS
octonet
Commits
498bf019
Verified
Commit
498bf019
authored
Nov 12, 2020
by
Marco Marinello
Browse files
One line was missed in cherry-pick
Signed-off-by:
Marco Marinello
<
me@marcomarinello.it
>
parent
734382cf
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
498bf019
...
...
@@ -21,6 +21,7 @@ build-jessie:
-
dpkg -i octonet*deps*.deb || apt-get install -fy
-
rm octonet*deps*.deb
-
debian/rules debsrc
-
debian/rules binary
-
mkdir artifacts
-
cp ../* artifacts ||
true
...
...
@@ -43,6 +44,7 @@ build-stretch:
-
dpkg -i octonet*deps*.deb || apt-get install -fy
-
rm octonet*deps*.deb
-
debian/rules debsrc
-
debian/rules binary
-
mkdir artifacts
-
cp ../* artifacts ||
true
...
...
@@ -65,6 +67,7 @@ build-buster:
-
dpkg -i octonet*deps*.deb || apt-get install -fy
-
rm octonet*deps*.deb
-
debian/rules debsrc
-
debian/rules binary
-
mkdir artifacts
-
cp ../* artifacts ||
true
...
...
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