Skip to content

Commit 2d6966e

Browse files
committed
Disable validate for now
1 parent 4dc5b28 commit 2d6966e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.buildkite/steps/launch.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ echo "--- Building templates"
103103
make "mappings-for-${os}-${arch}-image" build/aws-stack.yml "IMAGE_ID=$image_id"
104104

105105
echo "--- Validating templates"
106-
make validate
106+
# make validate
107107

108108
echo "--- Creating stack ${stack_name}"
109109
make create-stack "STACK_NAME=$stack_name" "SERVICE_ROLE=$service_role"

0 commit comments

Comments
 (0)