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
Faustin Lammler
mariadb-10.1
Commits
04e4412d
Commit
04e4412d
authored
Mar 31, 2019
by
Otto Kekäläinen
Browse files
Simplify gitlab-ci.yml structure and have variables passed correctly
parent
a16be71a
Changes
1
Show whitespace changes
Inline
Side-by-side
debian/gitlab-ci.yml
View file @
04e4412d
...
...
@@ -10,7 +10,7 @@ stages:
-
build
-
test
.
build
:
&build
build
package
:
stage
:
build
image
:
registry.salsa.debian.org/salsa-ci-team/images/gbp
cache
:
...
...
@@ -37,11 +37,6 @@ stages:
-
du -shc ${WORKING_DIR}/*
# Show total file size of artifacts. Must stay are under 100 MB.
-
mv ${CCACHE_TMP_DIR} ${CCACHE_WORK_DIR}
build package stretch
:
<<
:
*build
variables
:
RELEASE
:
stretch
# Autopkgtest must be disabled, because the test 'upstream' will be skipped and
# thus the command returns exit code 2 and is considered failed by Gitlab CI.
# Removing 'breaks-testbed' stanza from tests/control will result in that the
...
...
@@ -65,7 +60,7 @@ build package stretch:
run lintian stretch
:
<<
:
*run_lintian
dependencies
:
-
build package
stretch
-
build package
variables
:
RELEASE
:
stretch
...
...
@@ -109,7 +104,7 @@ run lintian stretch:
test upgrade stretch
:
stage
:
test
dependencies
:
-
build package
stretch
-
build package
image
:
debian:stretch
artifacts
:
when
:
always
...
...
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