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

chore(pipeline): Use SSH for perf-test git submodule #161

Merged
merged 1 commit into from
Oct 30, 2024
Merged

Conversation

adambollen
Copy link
Contributor

@adambollen adambollen commented Oct 29, 2024

Description

There's an auth issue when Concourse attempts to pull the driver-perf-util repo as a submodule via HTTP (no username), so I'm changing the .gitmodules file to use SSH.

Testing

I ran the following commands locally and they succeeded:

# git submodule sync
# git submodule update --recursive --remote

Change types

    • Bug fix (non-breaking change that fixes an issue)
    • New feature (non-breaking change that adds functionality)
    • Breaking change (backwards-incompatible fix or feature)

Checklist:

    • My code follows the code style of this project.
    • My change requires a change to Fauna documentation.
    • My change requires a change to the README, and I have updated it accordingly.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@adambollen adambollen merged commit a04542a into main Oct 30, 2024
1 check passed
@adambollen adambollen deleted the submod-fix branch October 30, 2024 18:38
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