Update Jenkinsfile

This commit is contained in:
Marcin Szczepański 2019-11-24 12:53:54 +01:00
parent 9334b00250
commit 3e10ae9089

2
Jenkinsfile vendored
View File

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