Skip to content
This repository was archived by the owner on Oct 7, 2025. It is now read-only.

fix(scripts): Fix git checkout to fetch any new branches - #1655

Merged
gregharvey merged 1 commit into
codeenigma:2.xfrom
klausi:fix-git-fetch
May 13, 2024
Merged

fix(scripts): Fix git checkout to fetch any new branches#1655
gregharvey merged 1 commit into
codeenigma:2.xfrom
klausi:fix-git-fetch

Conversation

@klausi

@klausi klausi commented May 8, 2024

Copy link
Copy Markdown
Contributor

Problem: when I want to test any new branch in my ce-provision-confg directory then the provision.sh script fails because it cannot find the new branch locally.

Solution: fetch first from the remote before checking out, that way the branch is always there.

@sonarqubecloud

sonarqubecloud Bot commented May 8, 2024

Copy link
Copy Markdown

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

@gregharvey

Copy link
Copy Markdown
Member

OMG, so simple! For some reason it never occurred to me to just fix this here, we've been messing with ce-dev to try to make this work.

@gregharvey
gregharvey merged commit e8d74e5 into codeenigma:2.x May 13, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants