JenkinsFile Fix

This commit is contained in:
Fabien Poussin 2019-03-11 22:17:17 +01:00
parent 369b44119e
commit 44dd6f180b
1 changed files with 4 additions and 0 deletions

4
Jenkinsfile vendored
View File

@ -34,6 +34,7 @@ cd $CH_PATH
git remote set-url origin https://github.com/ChibiOS/ChibiOS.git git remote set-url origin https://github.com/ChibiOS/ChibiOS.git
git pull --rebase git pull --rebase
git checkout -b $CH_BRANCH git checkout -b $CH_BRANCH
git pull --rebase
cd ext cd ext
for i in *.7z; do 7z x -y $i; done''' for i in *.7z; do 7z x -y $i; done'''
@ -60,6 +61,7 @@ cd $CH_PATH
git remote set-url origin https://github.com/ChibiOS/ChibiOS.git git remote set-url origin https://github.com/ChibiOS/ChibiOS.git
git pull --rebase git pull --rebase
git checkout -b $CH_BRANCH git checkout -b $CH_BRANCH
git pull --rebase
cd ext cd ext
for i in *.7z; do 7z x -y $i; done''' for i in *.7z; do 7z x -y $i; done'''
@ -87,6 +89,7 @@ cd $CH_PATH
git remote set-url origin https://github.com/ChibiOS/ChibiOS.git git remote set-url origin https://github.com/ChibiOS/ChibiOS.git
git pull --rebase git pull --rebase
git checkout -b $CH_BRANCH git checkout -b $CH_BRANCH
git pull --rebase
cd ext cd ext
for i in *.7z; do 7z x -y $i; done''' for i in *.7z; do 7z x -y $i; done'''
@ -114,6 +117,7 @@ cd $CH_PATH
git remote set-url origin https://github.com/ChibiOS/ChibiOS.git git remote set-url origin https://github.com/ChibiOS/ChibiOS.git
git pull --rebase git pull --rebase
git checkout -b $CH_BRANCH git checkout -b $CH_BRANCH
git pull --rebase
cd ext cd ext
for i in *.7z; do 7z x -y $i; done''' for i in *.7z; do 7z x -y $i; done'''