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