9d5d7534b9
- git snapshot
27 lines
713 B
Diff
27 lines
713 B
Diff
From 2b77ba0b75dad8f87c141fc517f2999b2e45ae0c Mon Sep 17 00:00:00 2001
|
|
From: Harald Hoyer <harald@redhat.com>
|
|
Date: Thu, 16 Aug 2018 10:36:17 +0200
|
|
Subject: [PATCH] travis: fight with yaml
|
|
|
|
---
|
|
.travis.yml | 5 +++--
|
|
1 file changed, 3 insertions(+), 2 deletions(-)
|
|
|
|
diff --git a/.travis.yml b/.travis.yml
|
|
index cd05ceae..38b29ca4 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"
|
|
|