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

include clone commands in setup steps #62

Merged
merged 2 commits into from
Oct 7, 2024
Merged

include clone commands in setup steps #62

merged 2 commits into from
Oct 7, 2024

Conversation

epwalsh
Copy link
Member

@epwalsh epwalsh commented Oct 7, 2024

No description provided.

@epwalsh
Copy link
Member Author

epwalsh commented Oct 7, 2024

Alternative to #61 that's a little more general

Copy link
Contributor

@AkshitaB AkshitaB left a comment

Choose a reason for hiding this comment

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

Yeah, that's helpful. We should remove the private repo error (or change it to a warning or something)

@epwalsh
Copy link
Member Author

epwalsh commented Oct 7, 2024

Done: f1ca461

@epwalsh epwalsh requested a review from AkshitaB October 7, 2024 23:01
'git clone "${REPO_URL}" .',
'git checkout "${GIT_REF}"',
"git submodule update --init --recursive",
"conda shell.bash activate base",
Copy link
Contributor

Choose a reason for hiding this comment

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

Looks like we do expect conda. If so, can we just define PRIVATE_REPO_SETUP_STEPS, and then it will Just Work ™ ?

Copy link
Member Author

Choose a reason for hiding this comment

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

But this is just the default because we know conda will be on the default images.

Copy link
Contributor

Choose a reason for hiding this comment

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

Ok, fair enough.

@epwalsh epwalsh merged commit 48892ee into main Oct 7, 2024
15 checks passed
@epwalsh epwalsh deleted the epwalsh/setup branch October 7, 2024 23:14
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