chore(convert-formula): add .gitlab-ci.yml to pattern deletion section

This commit is contained in:
Imran Iqbal 2020-12-16 03:09:59 +00:00
parent e88564807f
commit 7f4c12a82c
No known key found for this signature in database
GPG key ID: 6D8629439D2B7819

View file

@ -79,7 +79,7 @@ convert_formula() {
sedi 's/^\(*[[:space:]]\{1,\}\)@saltstack-formulas\/wg/\1@NONE/' CODEOWNERS
# Deleting lines between two patterns
git ls-files -- '.travis.yml' '.rubocop.yml' '*/map.jinja' \
git ls-files -- '.gitlab-ci.yml' '.travis.yml' '.rubocop.yml' '*/map.jinja' \
| while read -r filename; do
sedi '/<REMOVEME/,/REMOVEME>/d' "$filename"
done