ci: add comment and remove debugging printenv statement
This commit is contained in:
parent
b8f0c3dc7b
commit
b8321e2f7d
|
@ -55,6 +55,7 @@ matrix:
|
||||||
- env: "CI_MODE=browserstack_optional"
|
- env: "CI_MODE=browserstack_optional"
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
|
# source the env.sh script so that the exported variables are available to other scripts later on
|
||||||
- source ./scripts/ci/env.sh print
|
- source ./scripts/ci/env.sh print
|
||||||
|
|
||||||
install:
|
install:
|
||||||
|
|
|
@ -50,7 +50,6 @@ if [[ ${TRAVIS} && (${CI_MODE} == "aio" || ${CI_MODE} == "docs_test") ]]; then
|
||||||
# angular.io: Install all yarn dependencies according to angular.io/yarn.lock
|
# angular.io: Install all yarn dependencies according to angular.io/yarn.lock
|
||||||
travisFoldStart "yarn-install.aio"
|
travisFoldStart "yarn-install.aio"
|
||||||
(
|
(
|
||||||
printenv
|
|
||||||
cd ${PROJECT_ROOT}/aio
|
cd ${PROJECT_ROOT}/aio
|
||||||
yarn install
|
yarn install
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue