diff --git a/azure-pipelines/pi64.yml b/azure-pipelines/pi64.yml index 27282e0f..af36ba89 100644 --- a/azure-pipelines/pi64.yml +++ b/azure-pipelines/pi64.yml @@ -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 diff --git a/azure-pipelines/rpi1-sdl2.yml b/azure-pipelines/rpi1-sdl2.yml index d15125d2..9e0de521 100644 --- a/azure-pipelines/rpi1-sdl2.yml +++ b/azure-pipelines/rpi1-sdl2.yml @@ -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 diff --git a/azure-pipelines/rpi1.yml b/azure-pipelines/rpi1.yml index ca31e3fa..21412518 100644 --- a/azure-pipelines/rpi1.yml +++ b/azure-pipelines/rpi1.yml @@ -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 diff --git a/azure-pipelines/rpi2-sdl2.yml b/azure-pipelines/rpi2-sdl2.yml index aa6cb803..a1263144 100644 --- a/azure-pipelines/rpi2-sdl2.yml +++ b/azure-pipelines/rpi2-sdl2.yml @@ -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 diff --git a/azure-pipelines/rpi2.yml b/azure-pipelines/rpi2.yml index ebe9115e..9984fcff 100644 --- a/azure-pipelines/rpi2.yml +++ b/azure-pipelines/rpi2.yml @@ -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 diff --git a/azure-pipelines/rpi3-sdl2.yml b/azure-pipelines/rpi3-sdl2.yml index c2193089..e31852fa 100644 --- a/azure-pipelines/rpi3-sdl2.yml +++ b/azure-pipelines/rpi3-sdl2.yml @@ -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 diff --git a/azure-pipelines/rpi3.yml b/azure-pipelines/rpi3.yml index 38b9b1c9..969006ce 100644 --- a/azure-pipelines/rpi3.yml +++ b/azure-pipelines/rpi3.yml @@ -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 diff --git a/azure-pipelines/rpi4-sdl2.yml b/azure-pipelines/rpi4-sdl2.yml index ae02f4e0..ce622e6e 100644 --- a/azure-pipelines/rpi4-sdl2.yml +++ b/azure-pipelines/rpi4-sdl2.yml @@ -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 diff --git a/azure-pipelines/rpi4.yml b/azure-pipelines/rpi4.yml index 53899ea1..757e0260 100644 --- a/azure-pipelines/rpi4.yml +++ b/azure-pipelines/rpi4.yml @@ -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