Skip to content

Commit

Permalink
Revert "Drop brackets"
Browse files Browse the repository at this point in the history
This reverts commit 4319baa.
  • Loading branch information
antonym committed Jul 25, 2022
1 parent 282dbd5 commit 92e295a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ ENV EXTRA_VARS=""
FROM builder AS netbootxyz-production
ENV EXTRA_VARS="--extra-vars @script/netbootxyz-overrides.yml"

FROM netbootxyz-$NBXYZ_OVERRIDES as final
FROM netbootxyz-${NBXYZ_OVERRIDES} as final
RUN \
echo "**** running ansible ****" && \
cd /ansible && \
ansible-playbook -i inventory site.yml $EXTRA_VARS
ansible-playbook -i inventory site.yml ${EXTRA_VARS}

# runtime stage
FROM alpine:latest
Expand Down

0 comments on commit 92e295a

Please sign in to comment.