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

pull/218/head
Nicolas Werner 5 years ago
parent 190b6cb3c7
commit 5ca5b4561e
  1. 2
      .ci/script.sh
  2. 2
      .travis.yml

@ -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

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

Loading…
Cancel
Save