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
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:
@@ -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 -
|
||||
|
||||
Reference in New Issue
Block a user