We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 54f3f6b + 85da0ae commit 85007c7Copy full SHA for 85007c7
Jenkinsfile.treecompose
@@ -50,7 +50,7 @@ node(env.NODE) {
50
sh "ostree --repo=${repo} rev-parse ${ref} > commit.txt"
51
def commit = readFile('commit.txt');
52
currentBuild.description = '🆕 commit ' + commit;
53
- sh "rpm-ostree db diff ${commit}^ ${commit}"
+ sh "rpm-ostree --repo=${repo} db diff ${commit}^ ${commit}"
54
}
55
56
stage("Sync Out") {
0 commit comments