Skip to content

Commit 0e2e664

Browse files
committed
wip: remove old CI
1 parent a148b23 commit 0e2e664

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/application-js-cloudflare-feature.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,6 @@ jobs:
5454
key="$(cut -d'=' -f1 <<< "$line")"
5555
json_value="$(cut -d'=' -f2- <<< "$line")"
5656
value="$(jq -r '.' <<< "$json_value")"
57-
58-
echo "STEP"
59-
echo 'key:' "$key"
60-
echo 'value:' "$value"
61-
6257
{
6358
echo "$key<<EOF"
6459
echo "$value"

0 commit comments

Comments
 (0)