mirror of
https://github.com/ostreedev/ostree.git
synced 2024-12-22 17:35:55 +03:00
bf1a994d85
I think tests/ should be just that, ci/ is separate. Also rename the files to include "travis" since that's what we use them for right now. Closes: #843 Approved by: jlebon
11 lines
271 B
Plaintext
11 lines
271 B
Plaintext
FROM @ci_docker@
|
|
ENV container docker
|
|
|
|
ADD ci/travis-install.sh /travis-install.sh
|
|
RUN ci_suite="@ci_suite@" ci_distro="@ci_distro@" ci_in_docker=yes /travis-install.sh
|
|
|
|
ADD . /home/user/ostree
|
|
RUN chown -R user:user /home/user/ostree
|
|
WORKDIR /home/user/ostree
|
|
USER user
|