Skip to content

Commit 1563ad1

Browse files
authored
Feature/publish dev (#1561)
1 parent ad67357 commit 1563ad1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ def publishRelease(codename, isNumbered) {
279279

280280
sh """
281281
TARGET="/var/www/oscript.io/download/versions/${version}/"
282-
mkdir -p \$TARGET
282+
sudo mkdir -p \$TARGET
283283
sudo rsync -rv --delete --exclude mddoc*.zip --exclude *.src.rpm . \$TARGET
284284
""".stripIndent()
285285
}

0 commit comments

Comments
 (0)