Update JenkinsFile

This commit is contained in:
Marcin Szczepański 2019-11-24 13:42:11 +01:00
parent 77698fe7db
commit 0fd1c5c348

1
Jenkinsfile vendored
View File

@ -43,6 +43,7 @@ pipeline {
steps {
echo 'Building FrontEnd...'
sh '''
rm ~/.angular-cli.json
[ ! -d "Punktonerzy" ] && git clone https://git.wmi.amu.edu.pl/s416178/Punktonerzy.git
cd Punktonerzy
git pull