mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
fix(aio): fix staging build travis config (#14539)
This commit is contained in:
parent
b36f60c74c
commit
3dbd9a04d4
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ source ./env.sh
|
|||
echo 'travis_fold:start:aio.deploy.staging'
|
||||
|
||||
# Deploy angular.io to staging
|
||||
cd "`dirname $0`/../../aio"
|
||||
cd ../../aio
|
||||
yarn run deploy-staging
|
||||
cd -
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue