Commit 8ceb9b7b authored by Otto Kekäläinen's avatar Otto Kekäläinen
Browse files

Extend Salsa-CI with Gnitpick

parent a1e68225
No related merge requests found
Showing with 10 additions and 0 deletions
......@@ -12,6 +12,7 @@ variables:
SALSA_CI_DISABLE_RC_BUGS: 0
stages:
- pre-test
- build
- test
- upgrade in Sid
......@@ -19,6 +20,15 @@ stages:
- test extras
- publish # Stage referenced by Salsa-CI template aptly stanza, so must exist even though not used
gnitpick:
stage: pre-test
image: debian:sid
script:
# Actual Gnitpick part
- apt-get update -qq && apt-get -qq install --no-install-recommends --yes ca-certificates curl python3-minimal git # Bare minimal (<4MB) for apt-key and gnitpick to work
- curl -sS https://raw.githubusercontent.com/Seravo/gnitpick/master/gnitpick.py -o /usr/bin/gnitpick; chmod +x /usr/bin/gnitpick
- gnitpick --target-repository https://salsa.debian.org/mariadb-team/mariadb-10.4.git
build:
extends: .build-package
script:
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment