Skip to content

Commit

Permalink
Use https instead of git protocol for CircleCI checkouts
Browse files Browse the repository at this point in the history
  • Loading branch information
aimeos committed Mar 30, 2022
1 parent cfc44e2 commit 2d64c69
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
MYSQL_PASSWORD: aimeos
steps:
- checkout
- run: git clone --depth=50 --branch=2021.10 git://github.com/aimeos/aimeos-core.git ../aimeos-core
- run: git clone --depth=50 --branch=2021.10 https://github.com/aimeos/aimeos-core.git ../aimeos-core
- run: cd .. && mv project aimeos-core/ext/ai-admin-jsonadm && mv aimeos-core project && cd project
- restore_cache:
keys:
Expand All @@ -40,7 +40,7 @@ jobs:
MYSQL_PASSWORD: aimeos
steps:
- checkout
- run: git clone --depth=50 --branch=2021.10 git://github.com/aimeos/aimeos-core.git ../aimeos-core
- run: git clone --depth=50 --branch=2021.10 https://github.com/aimeos/aimeos-core.git ../aimeos-core
- run: cd .. && mv project aimeos-core/ext/ai-admin-jsonadm && mv aimeos-core project && cd project
- restore_cache:
keys:
Expand All @@ -63,7 +63,7 @@ jobs:
POSTGRES_DB: aimeos
steps:
- checkout
- run: git clone --depth=50 --branch=2021.10 git://github.com/aimeos/aimeos-core.git ../aimeos-core
- run: git clone --depth=50 --branch=2021.10 https://github.com/aimeos/aimeos-core.git ../aimeos-core
- run: cd .. && mv project aimeos-core/ext/ai-admin-jsonadm && mv aimeos-core project && cd project
- restore_cache:
keys:
Expand All @@ -87,7 +87,7 @@ jobs:
MYSQL_PASSWORD: aimeos
steps:
- checkout
- run: git clone --depth=50 --branch=2021.10 git://github.com/aimeos/aimeos-core.git ../aimeos-core
- run: git clone --depth=50 --branch=2021.10 https://github.com/aimeos/aimeos-core.git ../aimeos-core
- run: cd .. && mv project aimeos-core/ext/ai-admin-jsonadm && mv aimeos-core project && cd project
- restore_cache:
keys:
Expand All @@ -111,7 +111,7 @@ jobs:
MYSQL_PASSWORD: aimeos
steps:
- checkout
- run: git clone --depth=50 --branch=2021.10 git://github.com/aimeos/aimeos-core.git ../aimeos-core
- run: git clone --depth=50 --branch=2021.10 https://github.com/aimeos/aimeos-core.git ../aimeos-core
- run: cd .. && mv project aimeos-core/ext/ai-admin-jsonadm && mv aimeos-core project && cd project
- restore_cache:
keys:
Expand All @@ -135,7 +135,7 @@ jobs:
MYSQL_PASSWORD: aimeos
steps:
- checkout
- run: git clone --depth=50 --branch=2021.10 git://github.com/aimeos/aimeos-core.git ../aimeos-core
- run: git clone --depth=50 --branch=2021.10 https://github.com/aimeos/aimeos-core.git ../aimeos-core
- run: cd .. && mv project aimeos-core/ext/ai-admin-jsonadm && mv aimeos-core project && cd project
- restore_cache:
keys:
Expand Down

0 comments on commit 2d64c69

Please sign in to comment.