Skip to content

Commit

Permalink
Clean repos before building each target
Browse files Browse the repository at this point in the history
  • Loading branch information
midwan committed Sep 17, 2020
1 parent 5cfaa0a commit 77f9f92
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion azure-pipelines/pi64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion azure-pipelines/rpi1-sdl2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion azure-pipelines/rpi1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion azure-pipelines/rpi2-sdl2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion azure-pipelines/rpi2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion azure-pipelines/rpi3-sdl2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion azure-pipelines/rpi3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion azure-pipelines/rpi4-sdl2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion azure-pipelines/rpi4.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 77f9f92

Please sign in to comment.