Skip to content

Commit 1165b5c

Browse files
committed
Неверный путь для публикации на сайте
1 parent 7d91354 commit 1165b5c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Jenkinsfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ pipeline {
221221
stage ('Publishing revision') {
222222
when { anyOf {
223223
// TODO сделать автовычисление маркера lts или latest и согласовать его с путём к папке на стр. 250 (TARGET=..._)
224-
branch 'latest'
224+
branch 'release/latest'
225225
}
226226
}
227227

@@ -247,7 +247,7 @@ pipeline {
247247
mv $WIN/OneScript*-x86*.zip ./
248248
mv $RPM/*.rpm x64/
249249
mv $DEB/*.deb x64/
250-
TARGET="/var/www/oscript.io/download/versions/latest-dev/"
250+
TARGET="/var/www/oscript.io/download/versions/latest/"
251251
sudo rsync -rv --delete --exclude mddoc*.zip --exclude *.src.rpm . $TARGET
252252
'''.stripIndent()
253253
}

0 commit comments

Comments
 (0)