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

feat: allow execution ordering of coder modules #93

Open
Tracked by #10664
djarbz opened this issue Oct 18, 2023 · 4 comments
Open
Tracked by #10664

feat: allow execution ordering of coder modules #93

djarbz opened this issue Oct 18, 2023 · 4 comments

Comments

@djarbz
Copy link
Contributor

djarbz commented Oct 18, 2023

How can we specify the order in which modules run?

For example, I want the Personalize module to run after my Dotfiles have been fully cloned as I have a personalization script in my dotfiles.

@matifali
Copy link
Member

Both of these modules make use of coder_script resource. So that needs to support the order first.

@djarbz
Copy link
Contributor Author

djarbz commented Oct 18, 2023

Ok, do I need to open an issue elsewhere?

@matifali
Copy link
Member

@djarbz A linked issue is created on the coder/coder repo. coder/coder#10352

@matifali matifali changed the title Module Run Order feat: allow execution ordering of coder modules Nov 14, 2023
@michaelbrewer
Copy link
Contributor

@matifali could there at least be an option for an initial script to run from the main agent, like a init_script that can do some things ahead of any other scripts. Like copying some resources, that can later on be referenced?

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

No branches or pull requests

3 participants