blob: ce9cc043c92776d8a7264e5a49781432fcde3b7d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
---
include:
- https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/salsa-ci.yml
- https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/pipeline-jobs.yml
variables:
SALSA_CI_REPROTEST_ENABLE_DIFFOSCOPE: 1
autopkgtest:
extends: .test-autopkgtest
after_script:
- rm -r /tmp/debci-localtest.*/binaries
- mv /tmp/debci-localtest.* $WORKING_DIR/debci
artifacts:
when: always
paths:
- $WORKING_DIR/debci
|