Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DEV-25: Error reporting on "dirty directory" failures #230

Merged
merged 13 commits into from
Nov 29, 2023
Merged
Changes from 12 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion 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 Expand Up @@ -346,5 +347,5 @@
<exec dir="${artifact.directory}" command="git branch -D ${artifact.git.temporary_branch}" checkreturn="true" logoutput="true" />
</target>


jaymejohnson marked this conversation as resolved.
Show resolved Hide resolved
</project>