Skip to content

Commit

Permalink
Revert "Fix validating clean config on CircleCI" (this wasn't necessary)
Browse files Browse the repository at this point in the history
This reverts commit 5f03ba3.
  • Loading branch information
becw committed Nov 16, 2021
1 parent 5f03ba3 commit 04ff99e
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions targets/drupal.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,8 @@
<!-- Assembling this property at run time. -->
<property name="drupal.validate_clean_config.dir" value="${build.dir}/${drupal.root}/${drupal.site.config_sync_directory}" />

<!-- Use git to list local (not yet committed) changes to the config
directory. Suppress errors so that this command will run even if
the project isn't a git directory (e.g. on the-build's CircleCI
test!) -->
<exec command="git status --porcelain ${drupal.validate_clean_config.dir} 2>/dev/null" outputProperty="modified_files" />
<!-- Use git to list local (not yet committed) changes to the config directory. -->
<exec command="git status --porcelain ${drupal.validate_clean_config.dir}" outputProperty="modified_files" />

<if>
<and>
Expand Down

0 comments on commit 04ff99e

Please sign in to comment.