Skip to content

Commit

Permalink
chore(convert-formula): add .gitlab-ci.yml to pattern deletion section
Browse files Browse the repository at this point in the history
  • Loading branch information
myii committed Dec 16, 2020
1 parent e885648 commit 7f4c12a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/convert-formula.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7f4c12a

Please sign in to comment.