Skip to content

Commit

Permalink
Fix ocean following v6.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Geod24 committed Feb 26, 2021
1 parent 62d6e40 commit c6f920e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion buildkite/build_project.sh
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,10 @@ case "$REPO_FULL_NAME" in
dub test "--compiler=$DC"
;;

sociomantic-tsunami/ocean | \
sociomantic-tsunami/ocean)
git submodule update --init
make test V=1 F=prod ALLOW_DEPRECATIONS=1
;;
sociomantic-tsunami/turtle | \
sociomantic-tsunami/swarm)
git submodule update --init
Expand Down

0 comments on commit c6f920e

Please sign in to comment.