Update Jenkinsfile

This commit is contained in:
Marcin Szczepański 2019-11-25 13:33:12 +01:00
parent 9c8aed8dd3
commit 539a19b7a9
1 changed files with 0 additions and 2 deletions

2
Jenkinsfile vendored
View File

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