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 examples: switch to relative url for examples submodule to allow… #776

Merged

Conversation

jhawkesworth
Copy link
Contributor

… git cloning via git or https

Description of change

I use PAT token to access github, rather than an ssh key.
The submodules specification is currently hardcoded to use a git:// url which means when I follow the contributing instructions, git submodule update fails.

This PR changes the submodule referent to a relative url which allows git submodule update to work.

There are no linked issues, but I have mentioned this in contributors channel on discord.

How Has This Been Tested (if applicable)?

Only testing I have done is locally on my machine.
I guess this PR might have the potential to break CI as I found I had to run git submodule sync before the change in the PR took effect. Other developers who have existing code checked out will also need to run git submodule sync so this ought to go in the release notes and/or contributing guide.

@jhawkesworth
Copy link
Contributor Author

Merge up to see if that fixes the deployer test failure.

Copy link
Contributor

@chesedo chesedo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for this @jhawkesworth!!

We'll fix the tests in the next few days - they are not related to your PR.

@oddgrd oddgrd merged commit b0390e1 into shuttle-hq:main Apr 5, 2023
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.

3 participants