uncomment

This commit is contained in:
Matthieu Lamalle 2024-03-28 10:37:44 +01:00
parent e4a9e09b36
commit 0705170ef5

View File

@ -59,19 +59,19 @@ spec:
- name: source
workspace: shared-data
# # ⭐ Exécution des tests phpstan
# - name: phpstan
# runAfter: ["gitclone"]
# taskRef:
# name: phpstan
# workspaces:
# - name: source
# workspace: shared-data
# params:
# - name: apiurl
# value: $(params.apiurl)
# - name: requestid
# value: $(params.requestid)
# ⭐ Exécution des tests phpstan
- name: phpstan
runAfter: ["gitclone"]
taskRef:
name: phpstan
workspaces:
- name: source
workspace: shared-data
params:
- name: apiurl
value: $(params.apiurl)
- name: requestid
value: $(params.requestid)
# ⭐ Exécution des tests php-cs-fixer
- name: phpcsfixer
@ -97,62 +97,62 @@ spec:
workspace: shared-data
finally:
# # 📨 Envoie du resulat de php-cs-fixer à gitea
# - name: phpcsfixer-giteacomment
# taskRef:
# name: giteacomment
# workspaces:
# - name: source
# workspace: shared-data
# - name: gitea-access-token
# workspace: gitea-access-token
# params:
# - name: apiurl
# value: $(params.apiurl)
# - name: requestid
# value: $(params.requestid)
# - name: title
# value: "PHP-CS-FIXER"
# - name: filepath
# value: "temp_phpcsfixer.txt"
# 📨 Envoie du resulat de php-cs-fixer à gitea
- name: phpcsfixer-giteacomment
taskRef:
name: giteacomment
workspaces:
- name: source
workspace: shared-data
- name: gitea-access-token
workspace: gitea-access-token
params:
- name: apiurl
value: $(params.apiurl)
- name: requestid
value: $(params.requestid)
- name: title
value: "PHP-CS-FIXER"
- name: filepath
value: "temp_phpcsfixer.txt"
# # 📨 Envoi du resulat de phpstan à gitea
# - name: phpstan-giteacomment
# taskRef:
# name: giteacomment
# workspaces:
# - name: source
# workspace: shared-data
# - name: gitea-access-token
# workspace: gitea-access-token
# params:
# - name: apiurl
# value: $(params.apiurl)
# - name: requestid
# value: $(params.requestid)
# - name: title
# value: "PHPSTAN"
# - name: filepath
# value: "temp_phpstan.txt"
# 📨 Envoi du resulat de phpstan à gitea
- name: phpstan-giteacomment
taskRef:
name: giteacomment
workspaces:
- name: source
workspace: shared-data
- name: gitea-access-token
workspace: gitea-access-token
params:
- name: apiurl
value: $(params.apiurl)
- name: requestid
value: $(params.requestid)
- name: title
value: "PHPSTAN"
- name: filepath
value: "temp_phpstan.txt"
# # 📨 Envoie le resulat de phpsecuritychecker à gitea
# - name: phpsecuritychecker-giteacomment
# taskRef:
# name: giteacomment
# workspaces:
# - name: source
# workspace: shared-data
# - name: gitea-access-token
# workspace: gitea-access-token
# params:
# - name: apiurl
# value: $(params.apiurl)
# - name: requestid
# value: $(params.requestid)
# - name: title
# value: "PHP-SECURITY-CHECK"
# - name: filepath
# value: "temp_phpsecuritychecker.txt"
# 📨 Envoie le resulat de phpsecuritychecker à gitea
- name: phpsecuritychecker-giteacomment
taskRef:
name: giteacomment
workspaces:
- name: source
workspace: shared-data
- name: gitea-access-token
workspace: gitea-access-token
params:
- name: apiurl
value: $(params.apiurl)
- name: requestid
value: $(params.requestid)
- name: title
value: "PHP-SECURITY-CHECK"
- name: filepath
value: "temp_phpsecuritychecker.txt"
# 🧹 Cleanup
- name: cleanup-workspace