add interceptors & del body.secret param & comment dif php-css-fixer
This commit is contained in:
parent
1f13c7afcc
commit
0d61ed1c07
@ -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:
|
||||
|
@ -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}
|
||||
|
@ -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
|
||||
|
@ -4,7 +4,6 @@ metadata:
|
||||
name: pipeline-symfonyapp-template
|
||||
spec:
|
||||
params:
|
||||
- name: secret
|
||||
- name: ref
|
||||
- name: before
|
||||
- name: after
|
||||
|
Loading…
x
Reference in New Issue
Block a user