Skip to content

Commit 77377bf

Browse files
committed
minor changes
1 parent 22d909f commit 77377bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ci/publish.jenkins

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ try {
8383
sh "git commit -m \"Automatic deploy (build number ${BUILD_NUMBER})\""
8484
withCredentials([usernamePassword(credentialsId: 'conanci-gh-token', usernameVariable: 'GH_USER', passwordVariable: 'GH_PASS')]) {
8585
sh "git remote add origin-pages https://$GH_USER:$GH_PASS@github.com/conan-io/docs.git"
86-
sh 'git push origin-pages gh-pages'
86+
sh 'git push --quiet --force origin-pages gh-pages'
8787
}
8888
}
8989
}

0 commit comments

Comments
 (0)