diff options
author | Daniel Baumann <daniel@debian.org> | 2024-11-10 09:15:47 +0100 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2024-11-10 09:15:47 +0100 |
commit | f54a4c7124abe115f9c66d85be7a7fb6a024d95a (patch) | |
tree | 2baad28bb351c61d6c3151be6ab8f32fdff0c5a7 | |
parent | Removing unused gbp.conf. (diff) | |
download | ceph-19-f54a4c7124abe115f9c66d85be7a7fb6a024d95a.tar.xz ceph-19-f54a4c7124abe115f9c66d85be7a7fb6a024d95a.zip |
Removing unused .gitlab-ci.yml
Signed-off-by: Daniel Baumann <daniel@debian.org>
-rw-r--r-- | debian/.gitlab-ci.yml | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/debian/.gitlab-ci.yml b/debian/.gitlab-ci.yml deleted file mode 100644 index 9815b7cd1..000000000 --- a/debian/.gitlab-ci.yml +++ /dev/null @@ -1,14 +0,0 @@ -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: - RELEASE: 'unstable' - SALSA_CI_DISABLE_APTLY: 0 - SALSA_CI_DISABLE_AUTOPKGTEST: 0 - SALSA_CI_DISABLE_BLHC: 0 - SALSA_CI_DISABLE_LINTIAN: 0 - SALSA_CI_DISABLE_PIUPARTS: 0 - SALSA_CI_DISABLE_REPROTEST: 1 - SALSA_CI_DISABLE_BUILD_PACKAGE_ALL: 1 - SALSA_CI_DISABLE_BUILD_PACKAGE_ANY: 1 |