Skip to content

Commit ff7fba3

Browse files
committed
remove unused latest_release_dir variable
1 parent 4de03b9 commit ff7fba3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/actions/gen-install-scripts/entrypoint.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
set -xeou pipefail
1818

1919
# copy the initial bundle dir state from teh latest released bundle
20-
latest_release_dir=$(find releases -mindepth 1 -maxdepth 1 -type d -printf '%f\n' | sort -Vr | head -n 1)
2120
mkdir -p bundle/manifests
2221
cp config/manifests-template/bases/mongodb-atlas-kubernetes.clusterserviceversion.yaml bundle/manifests
2322

0 commit comments

Comments
 (0)