Skip to content

Commit

Permalink
Remove call to purged Maketarget
Browse files Browse the repository at this point in the history
Change-Id: I937fc0b99d63e7b145fd505b008d8a84272aabea
  • Loading branch information
TimotheusBachinger committed Dec 20, 2023
1 parent 7e20b8f commit 4e19bb2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion buildscripts/scripts/test-gerrit.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,6 @@ def main() {
show_duration("archiveArtifacts") {
archiveArtifacts(allowEmptyArchive: true, artifacts: 'results/*');
}
sh("scripts/run-in-docker.sh make workspaceclean");
}
}
time_stage_started = test_gerrit_helper.log_stage_duration(time_stage_started);
Expand Down

0 comments on commit 4e19bb2

Please sign in to comment.