Disable dotnet20 build for now (issue #359)

This commit is contained in:
Soam Vasani
2017-09-27 07:46:00 -07:00
parent 63a2cbb417
commit 52c77c5bf5
+1 -1
View File
@@ -118,7 +118,7 @@ build_and_push_all_envs() {
build_and_push_env_image $version nodejs node-env
build_and_push_env_image $version binary binary-env
build_and_push_env_image $version dotnet dotnet-env
build_and_push_env_image $version dotnet20 dotnet20-env
# (See #359) build_and_push_env_image $version dotnet20 dotnet20-env
build_and_push_env_image $version go go-env
build_and_push_env_image $version perl perl-env
build_and_push_env_image $version php7 php-env