From 6e16a17015baa8b65c775f221fad3019b2ebd281 Mon Sep 17 00:00:00 2001 From: George Kalpakas Date: Wed, 24 Oct 2018 23:17:58 +0300 Subject: [PATCH] ci(docs-infra): fix deployment script (#26731) PR Close #26731 --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 30ef9045ec..1e93e8a61d 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -182,7 +182,7 @@ jobs: - run: yarn --cwd aio redirects-test # Deploy angular.io to production (if necessary) - run: echo "export CI_STABLE_BRANCH=$(npm info @angular/core dist-tags.latest | sed -r 's/^\s*([0-9]+\.[0-9]+)\.[0-9]+.*$/\1.x/')" | tee -a $BASH_ENV - - run: yarn --cwd aio deploy-production + - run: xvfb-run --auto-servernum yarn --cwd aio deploy-production test_aio_local: <<: *job_defaults