shaal / DrupalPod

Start Drupal contributions with 1 click.
https://shaal.github.io/DrupalPod
MIT License
163 stars 54 forks source link

Skip the redirect on git clone #120

Closed rfay closed 11 months ago

rfay commented 11 months ago

The Problem/Issue/Bug

I noticed this:

warning: redirecting to https://git.drupalcode.org/project/drupal.git/

So might as well fix it.

Summary by CodeRabbit

codesandbox[bot] commented 11 months ago

Review or Edit in CodeSandbox

Open the branch in Web EditorVS CodeInsiders
Open Preview

coderabbitai[bot] commented 11 months ago

Walkthrough

The change in the script ensures a comprehensive clone of the Drupal core repository, including all branches and tags. This modification enhances the robustness of the environment setup process.

Changes

File Summary
.gitpod/drupal/.../set-default-environment.sh The URL for cloning the Drupal core repository has been updated to include ".git" at the end, ensuring a full clone of the repository.

🐇💻

In the land of code, where the scripts dwell,

A tiny change makes our hearts swell.

Now with ".git", we clone with might,

Bringing all branches into light.

So let's hop forward, no time to sit,

Celebrating this clever little commit! 🎉🥕

Tips ### Chat with CodeRabbit Bot (`@coderabbitai`) - Mention `@coderabbitai` in any *review comment* for bot assistance. - Note: Review comments are made on code diffs or files, not on the PR overview. ### Pause Incremental Reviews - Insert `@coderabbitai: ignore` in the PR description to halt the bot's ongoing reviews. Remove the line to resume.
ghost commented 11 months ago
👇 Click on the image for a new way to code review #### [![Review these changes using an interactive CodeSee Map](https://s3.us-east-2.amazonaws.com/maps.codesee.io/images/github/shaal/DrupalPod/120/c1aaf8a9/4bc205c4499626ab140db4089f95813ae146c93d.svg)](https://app.codesee.io/r/reviews?pr=120&src=https%3A%2F%2Fgithub.com%2Fshaal%2FDrupalPod) #### Legend CodeSee Map legend
shaal commented 11 months ago

Thank you @rfay I added this update to https://github.com/shaal/DrupalPod/pull/123