Skip to content
This repository has been archived by the owner on Aug 16, 2023. It is now read-only.

Commit

Permalink
build/Dockerfile: remove trailing/ in $HOME
Browse files Browse the repository at this point in the history
  • Loading branch information
kpouget committed Jun 15, 2022
1 parent d6b9ea9 commit f8c9a20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ RUN sed -i 's|roles/|/opt/ci-artifacts/roles/|' /etc/ansible/ansible.cfg \
# Set up the runner user
ENV USER_NAME=psap-ci-runner \
USER=psap-ci-runner \
HOME=/opt/ci-artifacts/src/ \
HOME=/opt/ci-artifacts/src \
ANSIBLE_CONFIG="/etc/ansible/ansible.cfg" \
INSIDE_CI_IMAGE="y"

Expand Down

0 comments on commit f8c9a20

Please sign in to comment.