We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c715d22 commit a50f280Copy full SHA for a50f280
.azure-pipelines/check-dirty-version.yml
@@ -3,7 +3,7 @@ steps:
3
. functions.sh
4
SONIC_VERSION=$(sonic_get_version)
5
echo "SONIC_VERSION=$SONIC_VERSION"
6
- if [ "$SONIC_VERSION" == *dirty* ]; then
+ if [[ "$SONIC_VERSION" == *dirty* ]]; then
7
# Print the detail dirty info
8
git status --untracked-files=no -s --ignore-submodules
9
0 commit comments