Skip to content

Commit

Permalink
Merge pull request #130 from lsst-dm/lfs-migration
Browse files Browse the repository at this point in the history
Git LFS migration
  • Loading branch information
athornton committed Nov 29, 2023
2 parents 20b006d + 2e22740 commit f657baf
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/generate.yaml
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Check out LFS files
run: |
git lfs install
git config -f .lfsconfig lfs.url https://git-lfs.lsst.codes
git config -f .lfsconfig lfs.url https://git-lfs.lsst.cloud/lsst-dm/milestones
git lfs pull
- name: Set up Python
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ldm503.yaml
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Check out LFS files
run: |
git lfs install
git config -f .lfsconfig lfs.url https://git-lfs.lsst.codes
git config -f .lfsconfig lfs.url https://git-lfs.lsst.cloud/lsst-dm/milestones
git lfs pull
- uses: actions/setup-python@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ldm564.yaml
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Check out LFS files
run: |
git lfs install
git config -f .lfsconfig lfs.url https://git-lfs.lsst.codes
git config -f .lfsconfig lfs.url https://git-lfs.lsst.cloud/lsst-dm/milestones
git lfs pull
- uses: actions/setup-python@v2
with:
Expand Down
3 changes: 2 additions & 1 deletion .lfsconfig
@@ -1,2 +1,3 @@
[lfs]
url = https://git-lfs.lsst.codes
url = https://git-lfs.lsst.cloud/lsst-dm/milestones
locksverify = false

0 comments on commit f657baf

Please sign in to comment.