junaruga commented on this pull request.


> +dist: trusty
+services:
+  - docker
+env:
+    # Fedora
+    # https://hub.docker.com/r/_/fedora/
+    - CONTAINER_IMAGE=fedora:24
+    - CONTAINER_IMAGE=fedora:25
+    - CONTAINER_IMAGE=fedora:26
+    - CONTAINER_IMAGE=fedora:rawhide
+before_install:
+  - |
+    if [ "${CONTAINER_IMAGE}" != '' ]; then
+        sed -i "/^FROM / s|fedora|${CONTAINER_IMAGE}|" Dockerfile
+    fi
+install:

OK. I will move the logic in `install` to `before_install`.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/pull/261#discussion_r128288441
_______________________________________________
Rpm-maint mailing list
Rpm-maint@lists.rpm.org
http://lists.rpm.org/mailman/listinfo/rpm-maint

Reply via email to