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

Fixed issue with export/import #85

Merged
merged 41 commits into from
Mar 24, 2016
Merged

Fixed issue with export/import #85

merged 41 commits into from
Mar 24, 2016

Conversation

romank87
Copy link
Contributor

No description provided.

Will enable it back when the issue is fixed in rocker
Each next EXPORT will depend on previous
 Also, this allowed to make IMPORT dependent on all exports just be
 referring to last EXPORT. replaced b.exports with b.prevExportContainer

rockerContentFirst := []byte(` {{ $env := .env}}
FROM alpine
RUN echo -n "{{ $env }}" > /exported_file
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You can pass {{ .env }} right here without assigning it to $env

@ybogdanov ybogdanov merged commit a032fd3 into dev Mar 24, 2016
@ybogdanov ybogdanov deleted the f-fix-export-import branch July 25, 2016 13:54
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants