Skip to content

Commit

Permalink
fix(libsaltcli.jinja): ensure file isn't added when it shouldn't be
Browse files Browse the repository at this point in the history
  • Loading branch information
myii committed Apr 4, 2020
1 parent c58c1e3 commit 4021dee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ssf/config/formulas.sls
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ prepare-git-branch-for-{{ formula }}:
{#- Likewise, if running the state for TOFS files when `use_tofs` is `False` #}
{#- Also remove the local `CONTRIBUTING` file to use the org-level file instead #}
{%- if (semrel_file == '.cirrus.yml' and not use_cirrus_ci) or
(semrel_file == 'libsaltcli.jinja' and not use_libsaltcli) or
(semrel_file == 'formula/libsaltcli.jinja' and not use_libsaltcli) or
(semrel_file in ['docs/TOFS_pattern.rst', 'formula/libtofs.jinja'] and not use_tofs) or
(semrel_file in ['docs/CONTRIBUTING.rst'])
%}
Expand Down

0 comments on commit 4021dee

Please sign in to comment.