Don't run container tests (#4714)

This commit is contained in:
Chris Smith 2020-05-27 13:29:48 -07:00 committed by GitHub
parent aa5dfe4289
commit e27b919182
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -65,7 +65,7 @@ if [[ "${TRAVIS_PUBLISH_PACKAGES:-}" == "true" ]]; then
-exec dotnet nuget push -k ${NUGET_PUBLISH_KEY} -s https://api.nuget.org/v3/index.json {} ';'
echo "Publishing Docker containers to hub.docker.com:"
"${ROOT}/scripts/build-docker.sh" "${NPM_VERSION}" --publish --test
"${ROOT}/scripts/build-docker.sh" "${NPM_VERSION}" --publish
echo "Building package docs:"
"$(go env GOPATH)/src/github.com/pulumi/scripts/ci/build-package-docs.sh" pulumi