Skip to content

Commit

Permalink
#474 Put some files under source control
Browse files Browse the repository at this point in the history
  • Loading branch information
uazo committed Mar 10, 2024
1 parent 6348da2 commit 8c6ecb4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -126,15 +126,14 @@ jobs:
RELEASE=$(cat build/RELEASE)
cd tools/under-control
test -f src/RELEASE || mkdir -p src && echo . >src/RELEASE
DO_UPDATE=0
if [ -n "$NEW_VERSION" ]; then
if [ "$RELEASE" != "$NEW_VERSION" ]; then
DO_UPDATE=1
fi
elif [ "$RELEASE" != "$(CAT src/RELEASE)" ]; then
elif [ "$RELEASE" != "$(cat src/RELEASE)" ]; then
DO_UPDATE=1
NEW_VERSION=$RELEASE
fi
Expand Down

0 comments on commit 8c6ecb4

Please sign in to comment.