8000 fix: ensure `make quickstart-dev` works without options by gaultier · Pull Request #4401 · ory/kratos · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

fix: ensure make quickstart-dev works without options #4401

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

Merged
merged 1 commit into from
May 5, 2025

Conversation

gaultier
Copy link
Contributor
@gaultier gaultier commented May 5, 2025

make quickstart-dev uses the make variable QUICKSTART_OPTIONS which is set to "" by default. This will result in two double quotes ("") in the final shell command e.g. docker-compose "" up when the variable is not set on the make command line, which fails at the shell level. The fix is to leave the variable empty by default. No semantic changes.

`make quickstart-dev` uses the make variable `QUICKSTART_OPTIONS` which
is set to `""` by default. This will result in two double quotes (`""`) in the
final shell command e.g. `docker-compose "" up` when the variable is not
set on the make command line, which fails at the shell level.
The fix is to leave the variable empty by default. No semantic changes.
@gaultier gaultier requested review from aeneasr and a team as code owners May 5, 2025 08:50
@CLAassistant
Copy link
CLAassistant commented May 5, 2025

CLA assistant check
All committers have signed the CLA.

@gaultier gaultier enabled auto-merge (squash) May 5, 2025 09:01
Copy link
codecov bot commented May 5, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 50.16%. Comparing base (8caebdb) to head (d1ce94b).
Report is 3 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #4401      +/-   ##
==========================================
- Coverage   50.36%   50.16%   -0.20%     
==========================================
  Files         372      370       -2     
  Lines       27507    27517      +10     
==========================================
- Hits        13854    13805      -49     
- Misses      12045    12089      +44     
- Partials     1608     1623      +15     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@gaultier gaultier merged commit 327c5a4 into master May 5, 2025
31 checks passed
@gaultier gaultier deleted the fix-makefile-on-empty-var branch May 5, 2025 09:37
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
0