travis: fight with yaml
parent
6f90be2971
commit
2b77ba0b75
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue