Skip to content

Commit

Permalink
Merge pull request #230 from palantirnet/dev-25-dirty-artifact-reporting
Browse files Browse the repository at this point in the history
DEV-25: Error reporting on "dirty directory" failures
  • Loading branch information
becw authored Nov 29, 2023
2 parents 9cca1b6 + f40c821 commit 1960a28
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions targets/artifact.xml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@
<then>
<echo>Repository status: dirty</echo>
<echo level="error"> * You have changes which must be committed before you may build an artifact.</echo>
<echo level="error"> * Modified files: ${modified_files}</echo>
<property name="ready_to_build" value="n" />
</then>
<else>
Expand Down

0 comments on commit 1960a28

Please sign in to comment.