Skip to content

fix: Removing inappropriate argument flag#197

Merged
deborahgu merged 1 commit intomainfrom
dkaplan1/fix-translation-extra-sources
Feb 3, 2026
Merged

fix: Removing inappropriate argument flag#197
deborahgu merged 1 commit intomainfrom
dkaplan1/fix-translation-extra-sources

Conversation

@deborahgu
Copy link
Member

ATLAS_EXTRA_SOURCES is just a list of source: destination arguments, and should not have had a named keyword.

ATLAS_EXTRA_SOURCES is just a list of  source: destination arguments,
and should not have had a named keyword.
Copilot AI review requested due to automatic review settings February 3, 2026 21:12
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR fixes the incorrect formatting of the ATLAS_EXTRA_SOURCES environment variable by removing the --repository= flag prefix. According to the PR description, ATLAS_EXTRA_SOURCES should contain a list of "source: destination" arguments without named keywords, unlike ATLAS_OPTIONS which uses named flags.

Changes:

  • Removed --repository= prefix from ATLAS_EXTRA_SOURCES assignments in edx-platform.Dockerfile
  • Removed --repository= prefix from ATLAS_EXTRA_SOURCES assignments in credentials.Dockerfile (2 locations)

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
dockerfiles/edx-platform.Dockerfile Removes --repository= flag from ATLAS_EXTRA_SOURCES export in the translations stage
dockerfiles/credentials.Dockerfile Removes --repository= flag from ATLAS_EXTRA_SOURCES in both base and dev stages

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@deborahgu deborahgu merged commit 6c49339 into main Feb 3, 2026
9 checks passed
@deborahgu deborahgu deleted the dkaplan1/fix-translation-extra-sources branch February 3, 2026 21:20
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