travis: fight with yaml

master
Harald Hoyer 2018-08-16 10:36:17 +02:00
parent 6f90be2971
commit 2b77ba0b75
1 changed files with 3 additions and 2 deletions

View File

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