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:
parent
d419fd0c03
commit
6e9307a9f1
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue