Skip to content

Commit

Permalink
Tweak to support no previous revision
Browse files Browse the repository at this point in the history
  • Loading branch information
mattgodbolt committed Aug 22, 2023
1 parent a7a268d commit d456967
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ OUTPUT=$2/${FULLNAME}

DOTNET_REVISION=$(git ls-remote --heads ${URL} refs/heads/"${BRANCH}" | cut -f 1)
REVISION="dotnet-${DOTNET_REVISION}"
LAST_REVISION="${3}"
LAST_REVISION="${3:-}"

echo "ce-build-revision:${REVISION}"
echo "ce-build-output:${OUTPUT}"
Expand Down

0 comments on commit d456967

Please sign in to comment.