Skip to content
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

Update component dir in build script #856

Merged
merged 1 commit into from
Feb 16, 2024
Merged

Conversation

RobbeSneyders
Copy link
Member

The build pipeline is currently failing. This should fix it.

@@ -20,7 +20,7 @@ function usage {

# Parse the arguments
while [[ "$#" -gt 0 ]]; do case $1 in
-r |--registry) registry="$2"; shift;;
-rg|--registry) registry="$2"; shift;;
Copy link
Contributor

Choose a reason for hiding this comment

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

Is -r still used somewhere?

Copy link
Member Author

Choose a reason for hiding this comment

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

I don't think so. It was duplicate before, since it's used for --repo as well.

@RobbeSneyders RobbeSneyders merged commit 94b8dea into main Feb 16, 2024
12 checks passed
@RobbeSneyders RobbeSneyders deleted the bugfix/build-component-dir branch February 16, 2024 13:27
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