Commit c62e8911 by Nadeem Shahzad Committed by GitHub

Merge pull request #4155 from edx/nadeem/OPS-2331

Remove GoCD backup from disk
parents ec7a14f1 b96a989a
...@@ -88,3 +88,6 @@ esac ...@@ -88,3 +88,6 @@ esac
# Remove the tarball. # Remove the tarball.
rm -f "$gocd_backup_location" rm -f "$gocd_backup_location"
#Remove backup from serverBackups folder
rm -rf "$(dirname $backup_path)/${backup_dir_name}"
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment