Skip to content

Commit

Permalink
Merge pull request coreos#41 from cgwalters/db-diff
Browse files Browse the repository at this point in the history
treecompose: Add missing --repo arg
  • Loading branch information
openshift-merge-robot committed May 17, 2018
2 parents 54f3f6b + 85da0ae commit 85007c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile.treecompose
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ node(env.NODE) {
sh "ostree --repo=${repo} rev-parse ${ref} > commit.txt"
def commit = readFile('commit.txt');
currentBuild.description = '🆕 commit ' + commit;
sh "rpm-ostree db diff ${commit}^ ${commit}"
sh "rpm-ostree --repo=${repo} db diff ${commit}^ ${commit}"
}

stage("Sync Out") {
Expand Down

0 comments on commit 85007c7

Please sign in to comment.