Clean repos before building each target

This commit is contained in:
Dimitris Panokostas 2020-09-17 16:04:48 +02:00
parent 5cfaa0a416
commit 77f9f926e9
9 changed files with 9 additions and 9 deletions

View file

@ -2,7 +2,7 @@
steps:
- checkout: self
submodules: true
path: pi64
clean: true
- script: VERSION_TAG=`git describe --abbrev=0` && echo "##vso[task.setvariable variable=VERSION_TAG]$VERSION_TAG"
displayName: Set the tag name as an environment variable

View file

@ -2,7 +2,7 @@
steps:
- checkout: self
submodules: true
path: rpi1-sdl2
clean: true
- script: VERSION_TAG=`git describe --abbrev=0` && echo "##vso[task.setvariable variable=VERSION_TAG]$VERSION_TAG"
displayName: Set the tag name as an environment variable

View file

@ -2,7 +2,7 @@
steps:
- checkout: self
submodules: true
path: rpi1-dmx
clean: true
- script: VERSION_TAG=`git describe --abbrev=0` && echo "##vso[task.setvariable variable=VERSION_TAG]$VERSION_TAG"
displayName: Set the tag name as an environment variable

View file

@ -2,7 +2,7 @@
steps:
- checkout: self
submodules: true
path: rpi2-sdl2
clean: true
- script: VERSION_TAG=`git describe --abbrev=0` && echo "##vso[task.setvariable variable=VERSION_TAG]$VERSION_TAG"
displayName: Set the tag name as an environment variable

View file

@ -2,7 +2,7 @@
steps:
- checkout: self
submodules: true
path: rpi2-dmx
clean: true
- script: VERSION_TAG=`git describe --abbrev=0` && echo "##vso[task.setvariable variable=VERSION_TAG]$VERSION_TAG"
displayName: Set the tag name as an environment variable

View file

@ -2,7 +2,7 @@
steps:
- checkout: self
submodules: true
path: rpi3-sdl2
clean: true
- script: VERSION_TAG=`git describe --abbrev=0` && echo "##vso[task.setvariable variable=VERSION_TAG]$VERSION_TAG"
displayName: Set the tag name as an environment variable

View file

@ -2,7 +2,7 @@
steps:
- checkout: self
submodules: true
path: rpi3-dmx
clean: true
- script: VERSION_TAG=`git describe --abbrev=0` && echo "##vso[task.setvariable variable=VERSION_TAG]$VERSION_TAG"
displayName: Set the tag name as an environment variable

View file

@ -2,7 +2,7 @@
steps:
- checkout: self
submodules: true
path: rpi4-sdl2
clean: true
- script: VERSION_TAG=`git describe --abbrev=0` && echo "##vso[task.setvariable variable=VERSION_TAG]$VERSION_TAG"
displayName: Set the tag name as an environment variable

View file

@ -2,7 +2,7 @@
steps:
- checkout: self
submodules: true
path: rpi4-dmx
clean: true
- script: VERSION_TAG=`git describe --abbrev=0` && echo "##vso[task.setvariable variable=VERSION_TAG]$VERSION_TAG"
displayName: Set the tag name as an environment variable