File: gitlab-ci.yml

package info (click to toggle)
debian-codemods 0.171
  • links: PTS, VCS
  • area: main
  • in suites: forky
  • size: 12,312 kB
  • sloc: makefile: 888; xml: 119; python: 80; sh: 69; javascript: 3
file content (9 lines) | stat: -rw-r--r-- 441 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
# This file exists purely for backwards compatibility so that any repository
# having the old filename will continue to run the CI. GitLab CI does not follow
# regular symlinks, so the reference to the new file is done with a yaml rule.
#
# This file can be remove once the main repository and all forks have updated
# their CI configuration to point directly to new file 'debian/salsa-ci.yml'.
---
include:
  - local: 'debian/salsa-ci.yml'