From 65d1e5493205c7bc246e7c032b7b5c8993b85646 Mon Sep 17 00:00:00 2001 From: Geoffrey Wossum Date: Wed, 14 May 2025 17:07:31 -0500 Subject: [PATCH 1/2] chore: fix variable substitution in publish script --- scripts/publish-oss-release.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/publish-oss-release.bash b/scripts/publish-oss-release.bash index d41a65f6c5..5c7c063957 100755 --- a/scripts/publish-oss-release.bash +++ b/scripts/publish-oss-release.bash @@ -22,7 +22,7 @@ yarn clean current_tag="$(git tag --points-at HEAD)" previous_tag="$(git tag -l --merged | grep '^OSS-[0-9]*\.[0-9]*\.[0-9]*.*' | sort -V | tail -2 | head -1)" docker run \ - -v "$(PWD)"/:/ui \ + -v "${PWD}"/:/ui \ --rm \ -e GIT_REPO=https://github.com/influxdata/ui \ quay.io/influxdb/changelogger:0dbf37ba8a912460358d322dcad414b80ce074f2 \ From 06ec953c5cb3ffef6e7819e100337cb177843c96 Mon Sep 17 00:00:00 2001 From: Geoffrey Wossum Date: Thu, 17 Jul 2025 13:14:31 -0500 Subject: [PATCH 2/2] chore: trigger CI pipeline