Skip to content

Commit

Permalink
Remove obsolete submodules from nightly build (#509)
Browse files Browse the repository at this point in the history
  • Loading branch information
rfay committed Oct 16, 2017
1 parent fd5b699 commit 8bf72da
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 9 deletions.
6 changes: 0 additions & 6 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
[submodule "containers/docker.php7"]
path = containers/docker.php7
url = git@github.com:drud/docker.php7.git
[submodule "containers/docker.nginx-php-fpm"]
path = containers/docker.nginx-php-fpm
url = git@github.com:drud/docker.nginx-php-fpm.git
[submodule "containers/docker.nginx-php-fpm-local"]
path = containers/docker.nginx-php-fpm-local
url = git@github.com:drud/docker.nginx-php-fpm-local.git
Expand Down
1 change: 0 additions & 1 deletion containers/docker.nginx-php-fpm
Submodule docker.nginx-php-fpm deleted from 41da83
1 change: 0 additions & 1 deletion containers/docker.php7
Submodule docker.php7 deleted from 56e4f4
2 changes: 1 addition & 1 deletion nightly_build.mak
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
SHELL := /bin/bash

# These dirs must be built in this order (nginx-php-fpm depends on php7)
CONTAINER_DIRS = docker.ddev-router docker.php7 docker.nginx-php-fpm docker.nginx-php-fpm-local docker.mysql-local docker.phpmyadmin
CONTAINER_DIRS = docker.ddev-router docker.nginx-php-fpm-local docker.mysql-local docker.phpmyadmin

BASEDIR=./containers/

Expand Down

0 comments on commit 8bf72da

Please sign in to comment.