mirror of
https://github.com/saltstack-formulas/template-formula.git
synced 2025-04-10 23:01:43 +00:00
chore(convert-formula): add .gitlab-ci.yml
to pattern deletion section
This commit is contained in:
parent
e88564807f
commit
7f4c12a82c
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue