index julkaisu logiikka
CI Feature / Load example-gitea-env.conf to pipeline env (push) Successful in 2m25s
acc-tests Link to Cucumber reports
CI Feature / Cucumber tests (push) Successful in 2m56s
unit-tests Link to Bats reports
CI Feature / Bats tests (push) Successful in 3m3s
CI Feature / Report Summary (push) Successful in 5s

This commit is contained in:
moilanik
2026-06-18 08:06:58 +03:00
parent 39547e9578
commit 160d83a504
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ else
fi
mkdir -p "$TARGET"
cp -a "$REPORT_DIR/." "$TARGET/"
cat > "$WORK/${OWNER}/${REPO}/reports/${SHA8}/.meta" <<EOF
cat > "$TARGET/.meta" <<EOF
{"branch":"${GITHUB_REF_NAME:-}","sha":"${GITHUB_SHA}","published_at":"$(date -u +%Y-%m-%dT%H:%M:%SZ)"}
EOF
find "$WORK/$OWNER" \( -type f -o -type l \) -print | sed "s|^${WORK}/||" | tar -cf "$TAR" -C "$WORK" -T -