Update 'Jenkinsfile'
All checks were successful
gitea-sync/antos-appimage/pipeline/head This commit looks good

This commit is contained in:
dany 2022-09-29 23:46:37 +02:00
parent 3676aafdcb
commit 39a4900831

2
Jenkinsfile vendored
View File

@ -77,7 +77,7 @@ pipeline{
parallel parallelStagesMap; parallel parallelStagesMap;
} }
sh''' sh'''
mv antos/frontend/master /antos/frontend/latest mv antos/frontend/master antos/frontend/latest
tree antos tree antos
''' '''
} }