We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44b4b4d commit d7e3889Copy full SHA for d7e3889
.gitlab/ci.yml
@@ -82,7 +82,9 @@ variables:
82
# show GLIBC verison
83
- *show-glibc-version
84
85
-tarball suse-42.1:
+# Permanently disabled job
86
+# (Distribution package repository metadata not available anymore.)
87
+.tarball suse-42.1:
88
extends: .tarball
89
image: opensuse/archive:42.1
90
cache:
@@ -157,7 +159,9 @@ tarball ubuntu-16.04:
157
159
ARCH_SUFFIX: suse-15
158
160
needs: ["tarball suse-15"]
161
-upload suse-42.1:
162
163
164
+.upload suse-42.1:
165
extends: .upload
166
variables:
167
ARCH_SUFFIX: suse-42.1
0 commit comments