We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e908694 commit 2f3bc35Copy full SHA for 2f3bc35
1 file changed
commands/build.sh
@@ -105,11 +105,6 @@ if [[ "$(plugin_read_config WITH_DEPENDENCIES "false")" == "true" ]] ; then
105
build_params+=(--with-dependencies)
106
fi
107
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
-
113
if [[ "$(plugin_read_config SSH "false")" != "false" ]] ; then
114
if [[ "${DOCKER_BUILDKIT:-}" != "1" && "${BUILDKITE_PLUGIN_DOCKER_COMPOSE_CLI_VERSION:-2}" != "2" ]]; then
115
echo "🚨 You can not use the ssh option if you are not using buildkit"
0 commit comments