Skip to content

Commit

Permalink
Revert "Remove IFS from envvars"
Browse files Browse the repository at this point in the history
This reverts commit c8c2e91
  • Loading branch information
matfax committed Nov 26, 2018
1 parent c8c2e91 commit 17312c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ ARG DOCKER=latest
FROM docker:${DOCKER}-git
LABEL maintainer="[email protected]"

ENV IFS ","

RUN echo "http://dl-cdn.alpinelinux.org/alpine/edge/main" >> /etc/apk/repositories
RUN echo "http://dl-cdn.alpinelinux.org/alpine/edge/community" >> /etc/apk/repositories
RUN echo "http://dl-cdn.alpinelinux.org/alpine/edge/testing" >> /etc/apk/repositories
Expand Down
2 changes: 0 additions & 2 deletions src/@orb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,6 @@ executors:
<<: *docker_version_params
docker:
- image: gofunky/docker:<< parameters.docker_version >>-envload
environment:
IFS: ","

commands:
login:
Expand Down

0 comments on commit 17312c2

Please sign in to comment.