Skip to content

fix: avoid brace expansion in Makefile for CI compatibility#45

Merged
brian-smith-tcril merged 1 commit intoopenedx:masterfrom
arbrandes:arbrandes/change-typography-take-5
Apr 14, 2026
Merged

fix: avoid brace expansion in Makefile for CI compatibility#45
brian-smith-tcril merged 1 commit intoopenedx:masterfrom
arbrandes:arbrandes/change-typography-take-5

Conversation

@arbrandes
Copy link
Copy Markdown
Contributor

Description

The Makefile used bash-style brace expansion ({build,images}) to copy paragon directories into dist/. Since make invokes /bin/sh by default, this doesn't work in CI environments where /bin/sh is not bash.

Replaced with explicit arguments to cp -r, which is portable across all POSIX shells.

LLM usage notice

Built with assistance from Claude.

Co-Authored-By: Claude <noreply@anthropic.com>
@brian-smith-tcril brian-smith-tcril merged commit 8a4691d into openedx:master Apr 14, 2026
2 checks passed
@arbrandes arbrandes deleted the arbrandes/change-typography-take-5 branch April 14, 2026 20:04
@openedx-semantic-release-bot
Copy link
Copy Markdown

🎉 This PR is included in version 2.0.4 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants