Fix CI: Use correct repository name and manual git clone
Some checks failed
Comprehensive CI/CD Pipeline / Build and Test (push) Failing after 2m30s
Comprehensive CI/CD Pipeline / Security Audit (push) Failing after 9s
Comprehensive CI/CD Pipeline / Package Validation (push) Successful in 51s
Comprehensive CI/CD Pipeline / Status Report (push) Has been skipped

- Revert to manual git clone like apt-ostree CI
- Use correct repository name: apt-ostree-builder (not bootc-image-builder)
- Update all git clone commands to use correct repo URL
- Disable extra workflow files to focus on main ci.yml
This commit is contained in:
robojerk 2025-09-09 22:28:31 -07:00
parent a89418653d
commit 27c81c0702
4 changed files with 12 additions and 12 deletions

View file

@ -87,9 +87,9 @@ jobs:
- name: Checkout code
run: |
# Clone the repository manually
git clone https://git.raines.xyz/particle-os/bootc-image-builder.git /tmp/bootc-image-builder
cp -r /tmp/bootc-image-builder/* .
cp -r /tmp/bootc-image-builder/.* . 2>/dev/null || true
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
- name: Verify Rust toolchain
run: |
@ -649,9 +649,9 @@ jobs:
- name: Checkout code
run: |
git clone https://git.raines.xyz/particle-os/bootc-image-builder.git /tmp/bootc-image-builder
cp -r /tmp/bootc-image-builder/* .
cp -r /tmp/bootc-image-builder/.* . 2>/dev/null || true
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
- name: Run security audit
run: |
@ -697,9 +697,9 @@ jobs:
- name: Checkout code
run: |
git clone https://git.raines.xyz/particle-os/bootc-image-builder.git /tmp/bootc-image-builder
cp -r /tmp/bootc-image-builder/* .
cp -r /tmp/bootc-image-builder/.* . 2>/dev/null || true
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
- name: Validate package structure
run: |
@ -837,9 +837,9 @@ jobs:
- name: Checkout code
run: |
git clone https://git.raines.xyz/particle-os/bootc-image-builder.git /tmp/bootc-image-builder
cp -r /tmp/bootc-image-builder/* .
cp -r /tmp/bootc-image-builder/.* . 2>/dev/null || true
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
- name: Create status report
run: |