Skip to content

Commit 386d218

Browse files
authored
[azure] Remove clean-up steps after cache change (#12041)
Signed-off-by: Lukas Kral <lukywill16@gmail.com>
1 parent 716b77e commit 386d218

3 files changed

Lines changed: 0 additions & 47 deletions

File tree

.azure/templates/jobs/build/test_strimzi.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,6 @@ jobs:
1414
vmImage: Ubuntu-22.04
1515
# Pipeline steps
1616
steps:
17-
# Clean up unnecessary tools
18-
- template: "../../steps/clean_up_workspace.yaml"
19-
2017
# Get cached Maven repository
2118
- template: "../../steps/maven_cache.yaml"
2219

.azure/templates/steps/clean_up_workspace.yaml

Lines changed: 0 additions & 41 deletions
This file was deleted.

.azure/templates/steps/system_test_general.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,6 @@ jobs:
5050
# Log variables
5151
- template: "log_variables.yaml"
5252

53-
# Clean up unnecessary tools
54-
- template: "clean_up_workspace.yaml"
55-
5653
# Get cached Maven repository
5754
- template: "./maven_cache.yaml"
5855
- task: Cache@2

0 commit comments

Comments
 (0)