Skip to content

Commit 85007c7

Browse files
Merge pull request coreos#41 from cgwalters/db-diff
treecompose: Add missing --repo arg
2 parents 54f3f6b + 85da0ae commit 85007c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile.treecompose

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ node(env.NODE) {
5050
sh "ostree --repo=${repo} rev-parse ${ref} > commit.txt"
5151
def commit = readFile('commit.txt');
5252
currentBuild.description = '🆕 commit ' + commit;
53-
sh "rpm-ostree db diff ${commit}^ ${commit}"
53+
sh "rpm-ostree --repo=${repo} db diff ${commit}^ ${commit}"
5454
}
5555

5656
stage("Sync Out") {

0 commit comments

Comments
 (0)