Travis wait can only be used in a top level command?

This commit is contained in:
Nicolas Werner 2020-05-30 18:37:00 +02:00
parent 190b6cb3c7
commit 5ca5b4561e
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ if [ "$FLATPAK" ]; then
mkdir -p build-flatpak mkdir -p build-flatpak
cd 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 flatpak build-bundle repo nheko-${VERSION}-${ARCH}.flatpak io.github.NhekoReborn.Nheko master
mkdir ../artifacts mkdir ../artifacts

View File

@ -134,7 +134,7 @@ install:
- export PATH=/usr/local/bin:${PATH} - export PATH=/usr/local/bin:${PATH}
script: script:
- ./.ci/script.sh - travis_wait ./.ci/script.sh
- sed -i -e "s/VERSION_NAME_VALUE/${VERSION}/g" ./.ci/bintray-release.json || true - sed -i -e "s/VERSION_NAME_VALUE/${VERSION}/g" ./.ci/bintray-release.json || true
- cp ./.ci/bintray-release.json . - cp ./.ci/bintray-release.json .
deploy: deploy: