Skip to content

Conversation

smacker
Copy link
Contributor

@smacker smacker commented Aug 27, 2019

Fix: #225

We changed syntax of defaults values in docker-compose.yml from
${VAR:-default} to ${VAR-default}. We can't pass empty strings for
float numbers with such syntax anymore.

Signed-off-by: Maxim Sukharev max@smacker.ru


  • I have updated the CHANGELOG file according to the conventions in keepachangelog.com
  • This PR contains changes that do not require a mention in the CHANGELOG file

Fix: #225

We changed syntax of defaults values in `docker-compose.yml` from
`${VAR:-default}` to `${VAR-default}`. We can't pass empty strings for
float numbers with such syntax anymore.

Signed-off-by: Maxim Sukharev <max@smacker.ru>
@smacker smacker requested a review from a team August 27, 2019 10:14
Signed-off-by: Maxim Sukharev <max@smacker.ru>
@smacker smacker merged commit 33f131e into src-d:master Aug 27, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Error sourced init orgs --token
3 participants