We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6696dc0 commit f0ebdf1Copy full SHA for f0ebdf1
hooks/pre-checkout
@@ -9,7 +9,7 @@ DIR="$(cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd)"
9
. "$DIR/../lib/metadata.bash"
10
11
# skip checkout if skip-checkout is set
12
-if [[ "$(plugin_read_config SKIP_CHECKOUT "true")" == "true" ]] ; then
+if [[ "$(plugin_read_config SKIP_CHECKOUT "false")" == "true" ]] ; then
13
export BUILDKITE_REPO=""
14
export BUILDKITE_PLUGIN_DOCKER_COMPOSE_REQUIRE_PREBUILD="true"
15
fi
plugin.yml
@@ -45,6 +45,8 @@ configuration:
45
minimum: 1
46
command:
47
type: array
48
+ skip-checkout:
49
+ type: boolean
50
leave-volumes:
51
type: boolean
52
no-cache:
0 commit comments