mirror of
https://github.com/sdr-enthusiasts/docker-adsb-ultrafeeder.git
synced 2024-11-24 06:40:09 +00:00
bug fix
This commit is contained in:
parent
21395e7ebf
commit
2b355d2718
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ COPY rootfs/ /
|
|||
RUN set -x && \
|
||||
branch="##BRANCH##" && \
|
||||
[[ "${branch:0:1}" == "#" ]] && branch="main" || true && \
|
||||
git clone --depth=1 -b $branch https://github.com/sdr-enthusiasts/docker-multifeeder.git /tmp/clone && \
|
||||
git clone --depth=1 -b $branch https://github.com/sdr-enthusiasts/docker-adsb-ultrafeeder.git /tmp/clone && \
|
||||
pushd /tmp/clone && \
|
||||
echo "$(TZ=UTC date +%Y%m%d-%H%M%S)_$(git rev-parse --short HEAD)_$(git branch --show-current)" > /.CONTAINER_VERSION && \
|
||||
popd && \
|
||||
|
|
Loading…
Reference in a new issue