Skip to content

Commit

Permalink
azure-pipelines.yml: add checkout specifications
Browse files Browse the repository at this point in the history
In order to maintain the same length of the git sha during package
creation all the jobs must have the same parameters at repository checkout.

Signed-off-by: Andreea Andrisan <Andreea.Andrisan@analog.com>
  • Loading branch information
AAndrisa committed Aug 1, 2024
1 parent 9fd8f57 commit c6d322a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -401,6 +401,9 @@ stages:
build_script: ci-ubuntu.sh
artifactName: 'Debian12-arm'
steps:
- checkout: self
fetchDepth: 1
clean: true
- script: |
set -e
sudo apt-get update
Expand Down Expand Up @@ -445,6 +448,9 @@ stages:
artifactName: 'Check artifacts'
container: $[ variables['image'] ]
steps:
- checkout: self
fetchDepth: 1
clean: true
- script: |
set -e
mkdir build && cd build
Expand Down

0 comments on commit c6d322a

Please sign in to comment.