Skip to content

Commit

Permalink
Use git lfs in circleci
Browse files Browse the repository at this point in the history
  • Loading branch information
rajdeepnanua-okta committed Oct 16, 2024
1 parent a621824 commit 9d79bd4
Showing 1 changed file with 20 additions and 17 deletions.
37 changes: 20 additions & 17 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ jobs:
install-yarn: true
node-version: 'latest'
- install_android_sdk
- run: brew install git-lfs
- run: git lfs install
- run: git lfs pull
- run: yarn install --frozen-lockfile
- run: yarn build
- run: gem install cocoapods
Expand Down Expand Up @@ -71,24 +74,24 @@ jobs:
workflows:
security-scan:
jobs:
- setup:
filters:
branches:
only:
- master
- setup
# filters:
# branches:
# only:
# - master
- general-platform-helpers/job-snyk-prepare:
name: prepare-snyk
filters:
branches:
only:
- master
requires:
- setup
# filters:
# branches:
# only:
# - master
# requires:
# - setup
- snyk-scan:
name: execute-snyk
filters:
branches:
only:
- master
requires:
- prepare-snyk
# filters:
# branches:
# only:
# - master
# requires:
# - prepare-snyk

0 comments on commit 9d79bd4

Please sign in to comment.