Skip to content

Commit

Permalink
ci: update ci to enforce yarn.lock sync (opensearch-project#431)
Browse files Browse the repository at this point in the history
  • Loading branch information
nickofthyme authored Oct 22, 2019
1 parent 3f7d0d5 commit 2a13e24
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions packages/osd-charts/.ci/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -85,20 +85,18 @@ yarn config set yarn-offline-mirror "$cacheDir/yarn-offline-cache"
yarnGlobalDir="$(yarn global bin)"
export PATH="$PATH:$yarnGlobalDir"



###
### install codecov dependencies
###
echo " -- installing codecov dependencies"
yarn add codecov --prefer-offline

###
### install dependencies
###
echo " -- installing dependencies"
yarn install --frozen-lockfile

###
### install codecov dependencies
###
echo " -- installing codecov dependencies"
yarn add codecov --prefer-offline --frozen-lockfile

###
### building
###
Expand Down

0 comments on commit 2a13e24

Please sign in to comment.