forked from paddy-hack/container-images
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
449 B
18 lines
449 B
# SPDX-License-Identifier: CC-BY-SA-4.0
|
|
# SPDX-FileCopyrightText: © 2023 Olaf Meeuwissen
|
|
|
|
deprecation-warning:
|
|
image: busybox
|
|
stage: .pre
|
|
script:
|
|
- |
|
|
cat <<EOF
|
|
CI/CD support has moved to .gitlab/ci.yaml. Please adjust the
|
|
CI/CD configuration file setting in Settings » CI/CD » General
|
|
pipelines to get rid of this job's warning.
|
|
EOF
|
|
- exit 1
|
|
allow_failure: true
|
|
|
|
include:
|
|
- local: .gitlab/ci.yaml
|
|
|