getavalon / docker

Avalon in a Dockerfile
MIT License
5 stars 2 forks source link

Scan applications #35

Closed tokejepsen closed 6 years ago

tokejepsen commented 6 years ago

This will scan for the toml files on startup of the syncing to find all available applications.

This PR is for #30

tokejepsen commented 6 years ago

Looks like there are some issues with Travis 😟

mottosso commented 6 years ago

This isn't the right approach.

It's up to Avalon to provide applications available to a studio or machine, which is what the .toml files and associated .bat files do, but applications available to the user should be specified per project. This should come from CGWire, as metadata of some kind.

mottosso commented 6 years ago

About the issue, I know what that is. The environment variables for usename/password aren't available to a PR. Could you move that line to the after_success block? It needs to happen before it pushes.