Update Jenkinsfile

This commit is contained in:
Marcin Szczepański 2019-11-24 14:11:09 +01:00
parent d72939d563
commit 5bd1b545ab

4
Jenkinsfile vendored
View File

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