From 5ca5b4561ed00a15d3ccb2eb92360ddf241b778d Mon Sep 17 00:00:00 2001 From: Nicolas Werner Date: Sat, 30 May 2020 18:37:00 +0200 Subject: Travis wait can only be used in a top level command? --- .ci/script.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.ci') diff --git a/.ci/script.sh b/.ci/script.sh index 555b4825..15e7f8cf 100755 --- a/.ci/script.sh +++ b/.ci/script.sh @@ -6,7 +6,7 @@ if [ "$FLATPAK" ]; then mkdir -p build-flatpak cd build-flatpak - travis_wait flatpak-builder --ccache --repo=repo --subject="Build of Nheko ${VERSION} `date`" app ../io.github.NhekoReborn.Nheko.json + flatpak-builder --ccache --repo=repo --subject="Build of Nheko ${VERSION} `date`" app ../io.github.NhekoReborn.Nheko.json flatpak build-bundle repo nheko-${VERSION}-${ARCH}.flatpak io.github.NhekoReborn.Nheko master mkdir ../artifacts -- cgit 1.5.1