From f38d45cebc2b2321340781701f08e1bde73f43e3 Mon Sep 17 00:00:00 2001 From: Geod24 Date: Fri, 5 Apr 2019 15:56:37 +0900 Subject: [PATCH] ocean: Do not run d2conv Starting from v5.0.0, ocean dropped D1 support and is D2 only. --- buildkite/build_project.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/buildkite/build_project.sh b/buildkite/build_project.sh index 31b3eaf4..b0e196bd 100755 --- a/buildkite/build_project.sh +++ b/buildkite/build_project.sh @@ -213,7 +213,6 @@ case "$REPO_FULL_NAME" in sociomantic-tsunami/ocean) git submodule update --init - make d2conv V=1 make test V=1 DVER=2 F=production ALLOW_DEPRECATIONS=1 ;;