-
Notifications
You must be signed in to change notification settings - Fork 2
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
DUPLO-26299 Rename duploctl Directive to duploctl-base #114
Conversation
Task linked: DUPLO-26299 duploctl build issue |
CI Failure Feedback 🧐(Checks updated until commit ec17f93)
✨ CI feedback usage guide:The CI feedback tool (
In addition to being automatically triggered, the tool can also be invoked manually by commenting on a PR:
where Configuration options
See more information about the |
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
☂️ Python Coverage
Overall Coverage
New FilesNo new covered files... Modified FilesNo covered modified files...
|
User description
Describe Changes
Rename duploctl Directive to duploctl-base to fix build issue.
Link to Issues
DUPLO-26299
Related: docker/compose 12235
PR Type
enhancement
Description
duploctl
directive toduploctl-base
across multiple configuration files to address a build issue.Changes walkthrough 📝
image.yml
Rename build target in GitHub Actions workflow
.github/workflows/image.yml
duploctl
toduploctl-base
.tasks.json
Update VSCode tasks to new directive name
.vscode/tasks.json
duploctl-base
instead ofduploctl
.docker-compose.yaml
Rename service in Docker Compose configuration
docker-compose.yaml
duploctl
toduploctl-base
.CONTRIBUTING.md
Update contributing guide with new build command
CONTRIBUTING.md
duploctl-base
.