From 6311314ea7dfae9113a2c8e97613db3f70d65908 Mon Sep 17 00:00:00 2001 From: Jack Jackson Date: Wed, 14 Jun 2023 20:12:35 -0700 Subject: [PATCH] Double-escape --- .drone.yml | 2 +- charts/hello-world/new-new-file | 0 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 charts/hello-world/new-new-file diff --git a/.drone.yml b/.drone.yml index 410cc6a..348ed2a 100644 --- a/.drone.yml +++ b/.drone.yml @@ -11,7 +11,7 @@ steps: image: alpine commands: - apk add perl git - - changed_charts=$(git show --name-only --pretty="format:" | grep '^charts' | perl -pe 's/^([^\/]*?\/[^\/]*?)\/.*/$1/' | sort | uniq) + - changed_charts=$(git show --name-only --pretty="format:" | grep '^charts' | perl -pe 's/^([^\\\/]*?\\\/[^\\\/]*?)\\\/.*/$1/' | sort | uniq) - echo $changed_charts image_pull_secrets: diff --git a/charts/hello-world/new-new-file b/charts/hello-world/new-new-file new file mode 100644 index 0000000..e69de29