Update Jenkinsfile

This commit is contained in:
Marcin Szczepański 2019-11-24 12:53:54 +01:00
parent 9334b00250
commit 3e10ae9089
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -40,7 +40,7 @@ pipeline {
steps {
echo 'Building FrontEnd...'
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
cd Punktonerzy
git pull