Skip to content

1.0.0

Choose a tag to compare

@alvarolopez alvarolopez released this 28 May 11:21
· 58 commits to master since this release
fix: move variable definition into its own stage

Lets initialize variables outside the docker stage, as otherwise it may
fail as they are not defined, if the next stage is not executed.