Merge "bifrost: stop sourcing env-vars"

This commit is contained in:
Zuul 2020-08-27 13:39:05 +00:00 committed by Gerrit Code Review
commit b4dde581c5
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ RUN apt-get update && \
{%- else %}
RUN echo " " && \
{%- endif %}
bash -c './scripts/env-setup.sh && source ./env-vars && \
bash -c './scripts/env-setup.sh && \
ansible-playbook -vvvv -i /bifrost/playbooks/inventory/target /bifrost/playbooks/install.yaml \
-e @/tmp/build_arg.yml && \
{%- if base_package_type == 'deb' %}