]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
.travis.yml: add note about test container
authorHarald Hoyer <harald@redhat.com>
Fri, 28 Feb 2020 10:59:51 +0000 (11:59 +0100)
committerHarald Hoyer <harald@redhat.com>
Fri, 28 Feb 2020 11:53:42 +0000 (12:53 +0100)
.travis.yml

index 46447c601bbea43f3589afb93d06f5ee7ba9fb28..e9f62a98598848cc02226ddf89304619175e8d93 100644 (file)
@@ -43,6 +43,7 @@ before_script:
     git describe --tags || :
 
 script:
+  ## The test container is created with https://github.com/dracutdevs/fedora-container
 - docker run --privileged -it -v $(pwd)/:/dracut quay.io/haraldh/dracut-fedora:$IMAGE /dracut/fedora-test.sh $IMAGE-$$ "$TESTS"
 
 notifications: