changed forgejo owner
All checks were successful
Comprehensive CI/CD Pipeline / Build and Test (push) Successful in 1m27s
Comprehensive CI/CD Pipeline / Security Audit (push) Successful in 41s
Comprehensive CI/CD Pipeline / Package Validation (push) Successful in 54s
Comprehensive CI/CD Pipeline / Status Report (push) Successful in 16s
All checks were successful
Comprehensive CI/CD Pipeline / Build and Test (push) Successful in 1m27s
Comprehensive CI/CD Pipeline / Security Audit (push) Successful in 41s
Comprehensive CI/CD Pipeline / Package Validation (push) Successful in 54s
Comprehensive CI/CD Pipeline / Status Report (push) Successful in 16s
This commit is contained in:
parent
3d132eba9b
commit
7cddca151c
1 changed files with 5 additions and 5 deletions
|
|
@ -62,7 +62,7 @@ jobs:
|
|||
- name: Checkout code
|
||||
run: |
|
||||
# Clone the repository manually
|
||||
git clone https://git.raines.xyz/robojerk/deb-mock.git /tmp/deb-mock
|
||||
git clone https://git.raines.xyz/particle-os/deb-mock.git /tmp/deb-mock
|
||||
cp -r /tmp/deb-mock/* .
|
||||
cp -r /tmp/deb-mock/.* . 2>/dev/null || true
|
||||
|
||||
|
|
@ -360,7 +360,7 @@ jobs:
|
|||
echo "Publishing packages for build $BUILD_NUMBER (commit $COMMIT_HASH)"
|
||||
|
||||
# Forgejo Debian Registry configuration
|
||||
FORGEJO_OWNER="robojerk" # Your organization/username
|
||||
FORGEJO_OWNER="particle-os" # Your organization/username
|
||||
FORGEJO_DISTRIBUTION="trixie" # Debian distribution
|
||||
FORGEJO_COMPONENT="main" # Package component
|
||||
|
||||
|
|
@ -463,7 +463,7 @@ jobs:
|
|||
|
||||
- name: Checkout code
|
||||
run: |
|
||||
git clone https://git.raines.xyz/robojerk/deb-mock.git /tmp/deb-mock
|
||||
git clone https://git.raines.xyz/particle-os/deb-mock.git /tmp/deb-mock
|
||||
cp -r /tmp/deb-mock/* .
|
||||
cp -r /tmp/deb-mock/.* . 2>/dev/null || true
|
||||
|
||||
|
|
@ -515,7 +515,7 @@ jobs:
|
|||
|
||||
- name: Checkout code
|
||||
run: |
|
||||
git clone https://git.raines.xyz/robojerk/deb-mock.git /tmp/deb-mock
|
||||
git clone https://git.raines.xyz/particle-os/deb-mock.git /tmp/deb-mock
|
||||
cp -r /tmp/deb-mock/* .
|
||||
cp -r /tmp/deb-mock/.* . 2>/dev/null || true
|
||||
|
||||
|
|
@ -592,7 +592,7 @@ jobs:
|
|||
|
||||
- name: Checkout code
|
||||
run: |
|
||||
git clone https://git.raines.xyz/robojerk/deb-mock.git /tmp/deb-mock
|
||||
git clone https://git.raines.xyz/particle-os/deb-mock.git /tmp/deb-mock
|
||||
cp -r /tmp/deb-mock/* .
|
||||
cp -r /tmp/deb-mock/.* . 2>/dev/null || true
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue