fix(aio): fix staging build travis config (#14539)

This commit is contained in:
Rob Wormald 2017-02-16 11:44:24 -08:00 committed by Igor Minar
parent b36f60c74c
commit 3dbd9a04d4
1 changed files with 1 additions and 1 deletions

View File

@ -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 -