1
0
Fork 0
mirror of https://git.tt-rss.org/fox/ttrss-docker-compose synced 2025-06-11 04:19:53 +02:00

amend previous

This commit is contained in:
Andrew Dolgov 2022-03-23 15:47:25 +03:00
parent d419fd0c03
commit 6e9307a9f1

View file

@ -13,7 +13,7 @@ BUILD_COMMIT=$(git --git-dir=$DST_DIR/.git --no-pager log --pretty='%H' -n1 HEAD
echo built for: $BUILD_COMMIT
if [ ! -z $ORIGIN_COMMIT -a "$ORIGIN_COMMIT" != "$BUILD_COMMIT" ]; then
if [ ! -z "$ORIGIN_COMMIT" -a "$ORIGIN_COMMIT" != "$BUILD_COMMIT" ]; then
echo actual build commit differs from requested commit, bailing out.
exit 1
fi