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 CI #11

Merged
merged 7 commits into from
Sep 5, 2024
Merged

Fix CI #11

merged 7 commits into from
Sep 5, 2024

Conversation

richpjames
Copy link
Contributor

Per https://github.com/github/scripts-to-rule-them-all the 'script' should be singular.

@richpjames richpjames force-pushed the correct-script-folder-name branch 8 times, most recently from b88aa66 to a411fce Compare September 5, 2024 14:52
@richpjames richpjames changed the title Correct 'script' folder name Fix CI Sep 5, 2024
rich added 7 commits September 5, 2024 15:59
We need to make these files executable
Previously we were using a hardcoded node version but we want to be able
to use the version specified in the .nvmrc file.
This reduces the maintainence burden of the project and insures the CI
always runs against the correct node verison.
For reasons beyond my understanding we can't run `nvm` in this script.
So instead we have to specify where it is located.
This breaks GH actions but we fix that in the next commit.
This is in order for github actions to be able to run 'source' in the
bootstrap script but it makes sense to be consistent across scripts.
@richpjames richpjames merged commit ecd0e38 into main Sep 5, 2024
2 checks passed
@richpjames richpjames deleted the correct-script-folder-name branch September 5, 2024 17:44
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

Successfully merging this pull request may close these issues.

2 participants