add interceptors & del body.secret param & comment dif php-css-fixer

This commit is contained in:
afornerot 2024-03-09 13:13:50 +01:00
parent 1f13c7afcc
commit 0d61ed1c07
4 changed files with 10 additions and 7 deletions

View File

@ -6,6 +6,12 @@ spec:
serviceAccountName: tekton-robot
triggers:
- name: pipeline-symfonyapp-trigger
interceptors:
- ref:
name: "cel"
params:
- name: "filter"
value: "header.match('X-Gitea-Signature', '2563371aaeb3e352c3c4c4a35d5591a31fd18686a90e1f3679d97177a728c356') && requestURL.parseURL().query['pipeline'] == 'symfonyapp'"
bindings:
- ref: pipeline-symfonyapp-binding
template:

View File

@ -21,8 +21,8 @@ spec:
set -ex
apk add git
cd $(workspaces.source.path)
git config --global --add safe.directory /workspace/source
git fetch origin $(params.destination)
CHANGED_FILES=$(git diff --name-only --diff-filter=ACMRTUXB origin/$(params.destination) -- | grep -F ".php" | tr "\n" " ")
#git config --global --add safe.directory /workspace/source
#git fetch origin $(params.destination)
#CHANGED_FILES=$(git diff --name-only --diff-filter=ACMRTUXB origin/$(params.destination) -- | grep -F ".php" | tr "\n" " ")
if ! echo "${CHANGED_FILES}" | grep -qE "^(\\.php-cs-fixer(\\.dist)\\.php?|composer\\.lock)$"; then EXTRA_ARGS=$(printf -- '--path-mode=intersection -- %s' "${CHANGED_FILES}"); else EXTRA_ARGS=''; fi
php-cs-fixer fix --dry-run --config=$(workspaces.config.path)/php-cs-fixer.dist.php ${EXTRA_ARGS}

View File

@ -4,10 +4,8 @@ metadata:
name: pipeline-symfonyapp-binding
spec:
params:
- name: secret
value: $(body.secret)
- name: ref
value: $(body.secret)
value: $(body.ref)
- name: before
value: $(body.before)
- name: after

View File

@ -4,7 +4,6 @@ metadata:
name: pipeline-symfonyapp-template
spec:
params:
- name: secret
- name: ref
- name: before
- name: after