Skip to content

Commit

Permalink
chore: update LFS endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
chintankavathia committed Dec 10, 2024
1 parent cdf36cc commit 279efcc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
node-version: lts/iron

- name: Configure LFS Fetch URL
run: git config remote.origin.lfsurl https://github.com/chintankavathia/ngx-datatable-snapshots.git/info/lfs
run: git config remote.origin.lfsurl https://github.com/siemens/ngx-datatable-snapshots.git/info/lfs

- name: Pull Repository with LFS
run: git lfs pull
Expand Down
4 changes: 2 additions & 2 deletions .lfsconfig
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[lfs]
url = https://github.com/chintankavathia/ngx-datatable-snapshots.git/info/lfs
pushurl = https://github.com/chintankavathia/ngx-datatable-snapshots.git/info/lfs
url = https://github.com/siemens/ngx-datatable-snapshots.git/info/lfs
pushurl = https://github.com/siemens/ngx-datatable-snapshots.git/info/lfs
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"ci": "run-s lint test:ci",
"lint": "ng lint",
"e2e:prepare": "playwright install",
"lfs:prepare": "git config remote.origin.lfspushurl https://github.com/chintankavathia/ngx-datatable-snapshots.git/info/lfs && git config remote.origin.lfsurl https://github.com/chintankavathia/ngx-datatable-snapshots.git/info/lfs",
"lfs:prepare": "git config remote.origin.lfspushurl https://github.com/siemens/ngx-datatable-snapshots.git/info/lfs && git config remote.origin.lfsurl https://github.com/siemens/ngx-datatable-snapshots.git/info/lfs",
"vrt": "cross-env playwright test",
"vrt:local": "yarn vrt",
"vrt:update": "yarn vrt --update-snapshots",
Expand Down

0 comments on commit 279efcc

Please sign in to comment.