Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
H
Helm-Automation-Script
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
CI / CD Analytics
Repository Analytics
Value Stream Analytics
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
harshavardhan.c
Helm-Automation-Script
Commits
eb6d7d8d
Commit
eb6d7d8d
authored
Oct 14, 2022
by
harshavardhan.c
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
enh: commented out deletion off file logic.
parent
261f8697
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
helm_automate_script.py
helm_automate_script.py
+4
-4
No files found.
helm_automate_script.py
View file @
eb6d7d8d
...
...
@@ -5,7 +5,6 @@ if __name__ == "__main__":
import
argparse
import
logging
import
os
import
shutil
import
sys
import
time
...
...
@@ -211,6 +210,7 @@ if __name__ == '__main__':
logging
.
exception
(
f
"Exception Occurred while processing the Helm-Script Preparation {e.args}"
)
finally
:
# shutil.rmtree(HELM_STORE_PATH)
shutil
.
rmtree
(
HELM_TEMP_PATH
)
shutil
.
rmtree
(
GENERAL_TEMP_PATH
)
shutil
.
rmtree
(
OUTPUT_PATH
)
# shutil.rmtree(HELM_TEMP_PATH)
# shutil.rmtree(GENERAL_TEMP_PATH)
# shutil.rmtree(OUTPUT_PATH)
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment