From 0fd1c5c3483468a5ff6687627fbcef2cb999adae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcin=20Szczepa=C5=84ski?= Date: Sun, 24 Nov 2019 13:42:11 +0100 Subject: [PATCH] Update JenkinsFile --- Jenkinsfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Jenkinsfile b/Jenkinsfile index 96a180a..477c3ea 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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