Clean repos before building each target
This commit is contained in:
parent
5cfaa0a416
commit
77f9f926e9
9 changed files with 9 additions and 9 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue