multi commit status support to same commit in gitops repo
CI Feature / Load example-gitea-env.conf to pipeline env (push) Successful in 22s
POC GitOps E2E / e2e (push) Successful in 43s
unit-tests Bats test report
acc-tests Cucumber test report
CI Feature / Bats tests (push) Failing after 1m29s
CI Feature / Cucumber tests (push) Failing after 1m20s
CI Feature / Report Summary (push) Successful in 6s
CI Feature / Load example-gitea-env.conf to pipeline env (push) Successful in 22s
POC GitOps E2E / e2e (push) Successful in 43s
unit-tests Bats test report
acc-tests Cucumber test report
CI Feature / Bats tests (push) Failing after 1m29s
CI Feature / Cucumber tests (push) Failing after 1m20s
CI Feature / Report Summary (push) Successful in 6s
This commit is contained in:
@@ -13,8 +13,8 @@ _gitops_fail() {
|
|||||||
local env repo context
|
local env repo context
|
||||||
env=$(dirname "${INPUT_FILE}")
|
env=$(dirname "${INPUT_FILE}")
|
||||||
repo=$(basename "${SOURCE_REPO}")
|
repo=$(basename "${SOURCE_REPO}")
|
||||||
context="${repo}"
|
context="${repo} ${GITHUB_RUN_ID:-unknown}"
|
||||||
[ -n "${GIT_TAG_PREFIX:-}" ] && context="${repo}/${GIT_TAG_PREFIX}"
|
[ -n "${GIT_TAG_PREFIX:-}" ] && context="${repo}/${GIT_TAG_PREFIX} ${GITHUB_RUN_ID:-unknown}"
|
||||||
|
|
||||||
local SOURCE_URL="${GITEA_API_URL}/${SOURCE_REPO}/commit/${SOURCE_COMMIT}"
|
local SOURCE_URL="${GITEA_API_URL}/${SOURCE_REPO}/commit/${SOURCE_COMMIT}"
|
||||||
ROOT_REPO="${GITOPS_REPO}" ROOT_COMMIT="${GITOPS_SHA}" \
|
ROOT_REPO="${GITOPS_REPO}" ROOT_COMMIT="${GITOPS_SHA}" \
|
||||||
@@ -41,8 +41,8 @@ _gitops_success() {
|
|||||||
local env repo context
|
local env repo context
|
||||||
env=$(dirname "${INPUT_FILE}")
|
env=$(dirname "${INPUT_FILE}")
|
||||||
repo=$(basename "${SOURCE_REPO}")
|
repo=$(basename "${SOURCE_REPO}")
|
||||||
context="${repo}"
|
context="${repo} ${GITHUB_RUN_ID:-unknown}"
|
||||||
[ -n "${GIT_TAG_PREFIX:-}" ] && context="${repo}/${GIT_TAG_PREFIX}"
|
[ -n "${GIT_TAG_PREFIX:-}" ] && context="${repo}/${GIT_TAG_PREFIX} ${GITHUB_RUN_ID:-unknown}"
|
||||||
|
|
||||||
local SOURCE_URL="${GITEA_API_URL}/${SOURCE_REPO}/commit/${SOURCE_COMMIT}"
|
local SOURCE_URL="${GITEA_API_URL}/${SOURCE_REPO}/commit/${SOURCE_COMMIT}"
|
||||||
|
|
||||||
@@ -57,8 +57,8 @@ _gitops_nochange() {
|
|||||||
local env repo context
|
local env repo context
|
||||||
env=$(dirname "${INPUT_FILE}")
|
env=$(dirname "${INPUT_FILE}")
|
||||||
repo=$(basename "${SOURCE_REPO}")
|
repo=$(basename "${SOURCE_REPO}")
|
||||||
context="${repo}"
|
context="${repo} ${GITHUB_RUN_ID:-unknown}"
|
||||||
[ -n "${GIT_TAG_PREFIX:-}" ] && context="${repo}/${GIT_TAG_PREFIX}"
|
[ -n "${GIT_TAG_PREFIX:-}" ] && context="${repo}/${GIT_TAG_PREFIX} ${GITHUB_RUN_ID:-unknown}"
|
||||||
|
|
||||||
local SOURCE_URL="${GITEA_API_URL}/${SOURCE_REPO}/commit/${SOURCE_COMMIT}"
|
local SOURCE_URL="${GITEA_API_URL}/${SOURCE_REPO}/commit/${SOURCE_COMMIT}"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user