Fix repository URL in CI workflow
Some checks failed
Comprehensive CI/CD Pipeline / Build and Test (push) Failing after 2m11s
Comprehensive CI/CD Pipeline / Security Audit (push) Failing after 6s
Comprehensive CI/CD Pipeline / Package Validation (push) Successful in 50s
Comprehensive CI/CD Pipeline / Status Report (push) Has been skipped
Test Workflow / test (push) Successful in 1s
Some checks failed
Comprehensive CI/CD Pipeline / Build and Test (push) Failing after 2m11s
Comprehensive CI/CD Pipeline / Security Audit (push) Failing after 6s
Comprehensive CI/CD Pipeline / Package Validation (push) Successful in 50s
Comprehensive CI/CD Pipeline / Status Report (push) Has been skipped
Test Workflow / test (push) Successful in 1s
This commit is contained in:
parent
a9c0810245
commit
15ed3c048a
1 changed files with 4 additions and 4 deletions
|
|
@ -87,7 +87,7 @@ jobs:
|
|||
- name: Checkout code
|
||||
run: |
|
||||
# Clone the repository manually
|
||||
git clone https://git.raines.xyz/robojerk/apt-ostree-builder.git /tmp/apt-ostree-builder
|
||||
git clone https://git.raines.xyz/particle-os/apt-ostree-builder.git /tmp/apt-ostree-builder
|
||||
cp -r /tmp/apt-ostree-builder/* .
|
||||
cp -r /tmp/apt-ostree-builder/.* . 2>/dev/null || true
|
||||
|
||||
|
|
@ -632,7 +632,7 @@ jobs:
|
|||
|
||||
- name: Checkout code
|
||||
run: |
|
||||
git clone https://git.raines.xyz/robojerk/apt-ostree-builder.git /tmp/apt-ostree-builder
|
||||
git clone https://git.raines.xyz/particle-os/apt-ostree-builder.git /tmp/apt-ostree-builder
|
||||
cp -r /tmp/apt-ostree-builder/* .
|
||||
cp -r /tmp/apt-ostree-builder/.* . 2>/dev/null || true
|
||||
|
||||
|
|
@ -680,7 +680,7 @@ jobs:
|
|||
|
||||
- name: Checkout code
|
||||
run: |
|
||||
git clone https://git.raines.xyz/robojerk/apt-ostree-builder.git /tmp/apt-ostree-builder
|
||||
git clone https://git.raines.xyz/particle-os/apt-ostree-builder.git /tmp/apt-ostree-builder
|
||||
cp -r /tmp/apt-ostree-builder/* .
|
||||
cp -r /tmp/apt-ostree-builder/.* . 2>/dev/null || true
|
||||
|
||||
|
|
@ -820,7 +820,7 @@ jobs:
|
|||
|
||||
- name: Checkout code
|
||||
run: |
|
||||
git clone https://git.raines.xyz/robojerk/apt-ostree-builder.git /tmp/apt-ostree-builder
|
||||
git clone https://git.raines.xyz/particle-os/apt-ostree-builder.git /tmp/apt-ostree-builder
|
||||
cp -r /tmp/apt-ostree-builder/* .
|
||||
cp -r /tmp/apt-ostree-builder/.* . 2>/dev/null || true
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue