We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 077ea48 commit 603046fCopy full SHA for 603046f
Jenkinsfile
@@ -279,7 +279,7 @@ def publishRelease(codename, isNumbered) {
279
280
sh """
281
TARGET="/var/www/oscript.io/download/versions/${version}/"
282
- mkdir -p \$TARGET
+ sudo mkdir -p \$TARGET
283
sudo rsync -rv --delete --exclude mddoc*.zip --exclude *.src.rpm . \$TARGET
284
""".stripIndent()
285
}
0 commit comments