Skip to content

Commit 513e2a9

Browse files
committed
баг публикации
1 parent 5bb4bd4 commit 513e2a9

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
@@ -273,7 +273,7 @@ pipeline {
273273
TARGET="/var/www/oscript.io/download/versions/latest/"
274274
sudo rsync -rv --delete --exclude mddoc*.zip --exclude *.src.rpm . \$TARGET
275275
276-
TARGET="/var/www/oscript.io/download/versions/" + ReleaseNumber.replace('.', '_') + "/"
276+
TARGET="/var/www/oscript.io/download/versions/${ReleaseNumber.replace('.', '_')}/"
277277
sudo rsync -rv --delete --exclude mddoc*.zip --exclude *.src.rpm . \$TARGET
278278
279279
""".stripIndent()

0 commit comments

Comments
 (0)