ci: point checkout + SDK insteadOf at git.flemming.ai
All checks were successful
CI / Linux x86_64 (Forgejo) (push) Successful in 1m45s
All checks were successful
CI / Linux x86_64 (Forgejo) (push) Successful in 1m45s
Follows the URL strategy documented in fai/chain CHANGELOG (.ws → .ai cutover, transparent via 301-redirect). Matches the Cargo.toml git dep host. Aligns this repo with the six sibling lawheatmap modules that flipped earlier today. Signed-off-by: flemming-it <sf@flemming.it>
This commit is contained in:
parent
1a364d290b
commit
d08ff177d3
1 changed files with 3 additions and 3 deletions
|
|
@ -24,7 +24,7 @@ jobs:
|
||||||
cd "$GITHUB_WORKSPACE"
|
cd "$GITHUB_WORKSPACE"
|
||||||
git init -q
|
git init -q
|
||||||
git remote add origin \
|
git remote add origin \
|
||||||
"https://x-access-token:${GITHUB_TOKEN}@git.flemming.ws/${GITHUB_REPOSITORY}.git"
|
"https://x-access-token:${GITHUB_TOKEN}@git.flemming.ai/${GITHUB_REPOSITORY}.git"
|
||||||
git fetch --depth=1 origin "$GITHUB_SHA"
|
git fetch --depth=1 origin "$GITHUB_SHA"
|
||||||
git checkout -q FETCH_HEAD
|
git checkout -q FETCH_HEAD
|
||||||
|
|
||||||
|
|
@ -33,8 +33,8 @@ jobs:
|
||||||
SDK_PAT: ${{ secrets.MODULE_SDK_PAT }}
|
SDK_PAT: ${{ secrets.MODULE_SDK_PAT }}
|
||||||
run: |
|
run: |
|
||||||
git config --global \
|
git config --global \
|
||||||
"url.https://x-access-token:${SDK_PAT}@git.flemming.ws/.insteadOf" \
|
"url.https://x-access-token:${SDK_PAT}@git.flemming.ai/.insteadOf" \
|
||||||
"https://git.flemming.ws/"
|
"https://git.flemming.ai/"
|
||||||
|
|
||||||
- name: Install system dependencies
|
- name: Install system dependencies
|
||||||
run: |
|
run: |
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue