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 7d91354 commit 1165b5cCopy full SHA for 1165b5c
Jenkinsfile
@@ -221,7 +221,7 @@ pipeline {
221
stage ('Publishing revision') {
222
when { anyOf {
223
// TODO сделать автовычисление маркера lts или latest и согласовать его с путём к папке на стр. 250 (TARGET=..._)
224
- branch 'latest'
+ branch 'release/latest'
225
}
226
227
@@ -247,7 +247,7 @@ pipeline {
247
mv $WIN/OneScript*-x86*.zip ./
248
mv $RPM/*.rpm x64/
249
mv $DEB/*.deb x64/
250
- TARGET="/var/www/oscript.io/download/versions/latest-dev/"
+ TARGET="/var/www/oscript.io/download/versions/latest/"
251
sudo rsync -rv --delete --exclude mddoc*.zip --exclude *.src.rpm . $TARGET
252
'''.stripIndent()
253
0 commit comments