ci(docs-infra): fix deployment script (#26731)

PR Close #26731
This commit is contained in:
George Kalpakas 2018-10-24 23:17:58 +03:00 committed by Alex Rickabaugh
parent d744dd70e0
commit 6e16a17015
1 changed files with 1 additions and 1 deletions

View File

@ -182,7 +182,7 @@ jobs:
- run: yarn --cwd aio redirects-test - run: yarn --cwd aio redirects-test
# Deploy angular.io to production (if necessary) # 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: 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: test_aio_local:
<<: *job_defaults <<: *job_defaults