Update Jenkinsfile

This commit is contained in:
Marcin Szczepański 2019-11-24 13:54:31 +01:00
parent 0fd1c5c348
commit cd7d324640
2 changed files with 1 additions and 2 deletions

View File

@ -1 +1 @@
FROM circleci/node:10
FROM circleci/node:12

1
Jenkinsfile vendored
View File

@ -43,7 +43,6 @@ 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