-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
How do I specify multiple directories for a single workflow? #2757
Labels
bug
Something isn't working
Comments
oh wait, I think I found a working example here: |
This format:
Gave me this error:
|
that is not valid yaml
and I believe you can't have multiple dirs.
…On Tue, Dec 6, 2022 at 7:29 AM te-ak ***@***.***> wrote:
This format:
- dir: [
"prod",
"prod/users"]
Gave me this error:
Plan Error
parsing atlantis.yaml: yaml: unmarshal errors:
line 4: cannot unmarshal !!seq into string
—
Reply to this email directly, view it on GitHub
<#2757 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAQ3ERGWRINNY7DJD2FY6V3WL5LWBANCNFSM6AAAAAASVUBNFQ>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
I believe this is duplicate of #686 |
You can do this now with a defined atlantis.yaml and the --enable-regexp-cmd flag. Like Fabianoshz said, let's close this in favor of the original ticket to consolidate conversation. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Overview of the Issue
How do I clean up my atlantis.yaml so that I can cleanly specific many sub directories?
I have this repo structure:
prod/
Repo
atlantis.yaml
file:I'd love to be able specify a wildcard for all directories under prod/
Or if I can just list them in brackets. I don't know what the syntax format would be.
I just don't want to have to worry about copying atlantis.yaml entries every time I add a new dir under prod/
Thank you!
The text was updated successfully, but these errors were encountered: