summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/update-instances.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/update-instances.yml b/.github/workflows/update-instances.yml
index 315465a..3eec4a9 100644
--- a/.github/workflows/update-instances.yml
+++ b/.github/workflows/update-instances.yml
@@ -28,7 +28,7 @@ jobs:
}
function remove_cf_instances() {
- rm out.json
+ rm -f out.json
file="services-full.json"
while read -r line; do
@@ -49,7 +49,7 @@ jobs:
sed -i '' -e ':begin' -e '$!N' -e 's/,\n]/\n]/g' -e 'tbegin' -e 'P' -e 'D' out.json
cat out.json | jq --indent 2 . > services.json
- rm out.json
+ rm -f out.json
}
# ==============================================================