Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix environment-name behaviour (#50, #54) and add Docker support (#46) #55

Merged
merged 18 commits into from
May 14, 2022
Prev Previous commit
Next Next commit
Fix #54
  • Loading branch information
jonashaag committed May 12, 2022
commit e36c711cb9e054f49067edf68ca6410ae624b698
2 changes: 1 addition & 1 deletion dist/main/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ channel_priority: strict
}

async function installEnvironment (inputs, envFilePath, envYaml) {
if (!envFilePath && !envYaml.extraSpecs) {
if (!envFilePath && !inputs.extraSpecs) {
// Nothing to install
return
}
Expand Down