Only use specific repos #816
Unanswered
greg-freewave
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The docs specify to configure
otp_app
when configuring Wallaby and then Wallaby will automatically infer all of your repos and configure them to use the sandbox. Some of our repos do not support the sandbox and so allowing Wallaby to handle all of them doesn't work for us. The work around that we have found is to create a dummy "otp_app" config and pass that to wallaby like so:This seems to solve the problem but is rather clunky, is there some other way to specify to Wallaby exactly which Repos it should handle for the sandbox checkout?
Beta Was this translation helpful? Give feedback.
All reactions