Skip to content

Commit

Permalink
BuildKit fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielThomas committed Feb 5, 2024
1 parent 74d0e30 commit 2384335
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,7 @@ task buildRpm(type: Rpm) {
}
"""
when:
runTasksSuccessfully('buildRpm')
runTasks('buildRpm')

then:
// Evaluate response
Expand Down Expand Up @@ -416,7 +416,7 @@ task buildRpm(type: Rpm) {
}
"""
when:
runTasksSuccessfully('buildRpm')
runTasks('buildRpm')

then:
// Evaluate response
Expand Down

0 comments on commit 2384335

Please sign in to comment.