Fixed Flux openbuild name
Sync public mirror / sync (push) Successful in 33s

This commit is contained in:
2025-10-06 21:59:42 +02:00
parent 9c70ab0966
commit b528403ec8
2 changed files with 4 additions and 4 deletions
+4 -4
View File
@@ -29,13 +29,13 @@ jobs:
ssh-keyscan -p 22 192.168.1.15 >> ~/.ssh/known_hosts
- name: Clone public repo
run: git clone --depth 1 ssh://git@192.168.1.15:22/Bausager/Flux-oss.git /tmp/public
run: git clone --depth 1 ssh://git@192.168.1.15:22/Bausager/Flux-openbuild.git /tmp/public
- name: Sync files using .gitea/workflows/oss-keep.txt
- name: Sync files using .gitea/workflows/openbuild-keep.txt
run: |
set -euo pipefail
KEEP_FILE=".gitea/workflows/oss-keep.txt"
INCLUDE_FILE="$(pwd)/.oss-include.rsync"
KEEP_FILE=".gitea/workflows/openbuild-keep.txt"
INCLUDE_FILE="$(pwd)/.openbuild-include.rsync"
: > "$INCLUDE_FILE"
echo "+ */" >> "$INCLUDE_FILE"
while IFS= read -r line; do