We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51085a6 commit 2d5c6a1Copy full SHA for 2d5c6a1
deploy_dqmgui.sh
@@ -66,7 +66,7 @@ _sanitize_string() {
66
echo "${s,,}" # convert to lowercase
67
}
68
69
-# Preliminary checks to do before installing the GUI
+# oary checks to do before installing the GUI
70
preliminary_checks() {
71
# Display all commands if asked to
72
if [ "$VERBOSE_LOGGING" -ne 0 ]; then
@@ -102,6 +102,7 @@ preliminary_checks() {
102
echo "INFO: Did not find $pr diff locally, trying downloading it from $DMWM_PRS_URL_BASE"
103
if ! curl --silent -L "${DMWM_PRS_URL_BASE}/${pr}.diff" >"/tmp/${pr}.diff"; then
104
echo "ERROR: Could not download diff for PR $pr from $DMWM_PRS_URL_BASE"
105
+ rm -rf "/tmp/${pr}.diff"
106
exit 1
107
fi
108
0 commit comments