We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd95382 commit f6ff30dCopy full SHA for f6ff30d
infra/ansible/Dockerfile
@@ -10,7 +10,7 @@ COPY . /ansible
10
ARG ansible_vars
11
# HACK: install build dependencies only, but skip build step
12
RUN ansible-playbook -vvv playbook.yaml -e "stage=build" -e "${ansible_vars}" --tags "bazel,configure_env,install_deps"
13
-RUN ansible-playbook -vvv playbook.yaml -e "stage=build" -e "${ansible_vars}" --skip-tags=fetch_srcs,install_deps
+RUN ansible-playbook -vvv playbook.yaml -e "stage=build" -e "${ansible_vars}" --skip-tags=install_deps
14
15
FROM python:${python_version}-${debian_version} AS release
16
0 commit comments