We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf302e2 commit 44e1e21Copy full SHA for 44e1e21
.k8s_ci.Dockerfile
@@ -32,9 +32,6 @@ ARG SERVER_DIR
32
ARG GALAXY_PLAYBOOK_REPO
33
ARG GALAXY_PLAYBOOK_BRANCH
34
35
-# Add Galaxy source code
36
-COPY . $SERVER_DIR/
37
-
38
# Init Env
39
ENV LC_ALL=en_US.UTF-8
40
ENV LANG=en_US.UTF-8
@@ -57,6 +54,9 @@ RUN set -xe; \
57
54
WORKDIR /tmp/ansible
58
55
RUN rm -rf *
59
56
+# Add Galaxy source code
+COPY . $SERVER_DIR/
+
60
RUN git clone --depth 1 --branch $GALAXY_PLAYBOOK_BRANCH $GALAXY_PLAYBOOK_REPO galaxy-docker
61
WORKDIR /tmp/ansible/galaxy-docker
62
RUN ansible-galaxy install -r requirements.yml -p roles --force-with-deps
0 commit comments