From: Harald Hoyer Date: Thu, 16 Aug 2018 08:36:17 +0000 (+0200) Subject: travis: fight with yaml X-Git-Tag: 049~47 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2b77ba0b75dad8f87c141fc517f2999b2e45ae0c;p=thirdparty%2Fdracut.git travis: fight with yaml --- diff --git a/.travis.yml b/.travis.yml index cd05ceaec..38b29ca4a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,8 +13,9 @@ env: before_script: - docker pull fedora:$IMAGE - - git describe --abbrev=0 --tags || : - - git describe --tags || : + - | + git describe --abbrev=0 --tags || : + git describe --tags || : script: - docker run --privileged -it -v $(pwd)/:/dracut fedora:$IMAGE /dracut/fedora-test.sh $IMAGE-$$ "$TESTS"