Skip to content

Commit 2f3bc35

Browse files
committed
Removed processing of secrets option
1 parent e908694 commit 2f3bc35

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

commands/build.sh

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -105,11 +105,6 @@ if [[ "$(plugin_read_config WITH_DEPENDENCIES "false")" == "true" ]] ; then
105105
build_params+=(--with-dependencies)
106106
fi
107107

108-
# Parse the list of secrets to pass on to build command
109-
while read -r line ; do
110-
[[ -n "$line" ]] && build_params+=("--secret" "$line")
111-
done <<< "$(plugin_read_list SECRETS)"
112-
113108
if [[ "$(plugin_read_config SSH "false")" != "false" ]] ; then
114109
if [[ "${DOCKER_BUILDKIT:-}" != "1" && "${BUILDKITE_PLUGIN_DOCKER_COMPOSE_CLI_VERSION:-2}" != "2" ]]; then
115110
echo "🚨 You can not use the ssh option if you are not using buildkit"

0 commit comments

Comments
 (0)