Skip to content

Commit

Permalink
Make use of ssh git urls instead of https
Browse files Browse the repository at this point in the history
To prevent the extra, potential failing, browser authentication steps.
  • Loading branch information
spaceo committed Dec 1, 2023
1 parent 17a92c2 commit ad9727a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ tasks:
generates:
- design-system/node_modules/*
cmds:
- git clone https://github.com/danskernesdigitalebibliotek/dpl-design-system design-system
- git clone git@github.com:danskernesdigitalebibliotek/dpl-design-system design-system
- (cd design-system && yarn install)

design-system:link:
Expand Down Expand Up @@ -71,7 +71,7 @@ tasks:
generates:
- react/node_modules/*
cmds:
- git clone https://github.com/danskernesdigitalebibliotek/dpl-react react
- git clone git@github.com:danskernesdigitalebibliotek/dpl-react react
- (cd react && yarn install)

react:link:
Expand Down Expand Up @@ -109,7 +109,7 @@ tasks:
generates:
- cms/vendor/*
cmds:
- git clone https://github.com/danskernesdigitalebibliotek/dpl-cms cms
- git clone git@github.com:danskernesdigitalebibliotek/dpl-cms cms
- (cd cms && task dev:reset)

cms:link:
Expand Down

0 comments on commit ad9727a

Please sign in to comment.