You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .buildkite/pipelines/main/platforms/linux64.yml
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -35,6 +35,9 @@ steps:
35
35
make release
36
36
make install
37
37
38
+
echo "--- Make sure that the working directory is clean"
39
+
if [ -z "$(git status --short)" ]; then echo "INFO: The working directory is clean."; else echo "ERROR: The working directory is dirty."; echo "Output of git status:"; git status; exit 1; fi
2 commit comments
nanosoldier commentedon Aug 6, 2021
Executing the daily package evaluation, I will reply here when finished:
@nanosoldier
runtests(ALL, isdaily = true)
nanosoldier commentedon Aug 6, 2021
Your package evaluation job has completed - possible new issues were detected. A full report can be found here.