Add script to clean files created by docker#3110
Closed
kezhenxu94 wants to merge 5 commits intoapache:masterfrom
kezhenxu94:cleanup/docker
Closed
Add script to clean files created by docker#3110kezhenxu94 wants to merge 5 commits intoapache:masterfrom kezhenxu94:cleanup/docker
kezhenxu94 wants to merge 5 commits intoapache:masterfrom
kezhenxu94:cleanup/docker
Conversation
wu-sheng
added a commit
that referenced
this pull request
Jul 18, 2019
peng-yongsheng
pushed a commit
that referenced
this pull request
Jul 18, 2019
* Change OAL generator tool to runtime. Step 1. change project structure. API links and maven pom. * Part of metrics class generation * Metrcis class generated. * Set up the basic structure of new OAL engine. * Finish metrics generation. * Support dispatcher generation. * Format codes. * Generate dispatcher all methods. * Implement disable in hardcode. * Clear up * Fix compile startup. * Update license and document of new OAL engine. * Fix rat. * Disable class output in default * Copy from @kezhenxu94 's test PR, #3110 * Wait for the mount command to finish
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Please answer these questions before submitting pull request
Files created by the docker container must be delete inside the docker container, this patch add a clean up command to do the job and assign the problematic node to verify whether it works or not.
Should remove the hardcoded node name "H43" before merging