ignatenkobrain commented on this pull request.


> +        sed -i "/^FROM / s|fedora|${CONTAINER_IMAGE}|" Dockerfile
+    fi
+install:
+  - |
+    docker build \
+        -t rpm \
+        .
+before_script:
+  - sudo chown -R 1000 .
+script:
+  - |
+    DIR=$(pwd)
+    docker run \
+        -v "${DIR}:${DIR}" \
+        -w "${DIR}" \
+        -i \

don't think interactive mode is needed

-- 
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#pullrequestreview-50953197
_______________________________________________
Rpm-maint mailing list
Rpm-maint@lists.rpm.org
http://lists.rpm.org/mailman/listinfo/rpm-maint

Reply via email to