Update Jenkinsfile

This commit is contained in:
Marcin Szczepański 2019-11-24 12:59:28 +01:00
parent 3e10ae9089
commit 2c92935996

2
Jenkinsfile vendored
View File

@ -40,7 +40,7 @@ pipeline {
steps {
echo 'Building FrontEnd...'
sh '''
chown -R 1003:100 "/.npm"
chown -R 1003:100 "~/.npm"
[ ! -d "Punktonerzy" ] && git clone https://git.wmi.amu.edu.pl/s416178/Punktonerzy.git
cd Punktonerzy
git pull