diff --git a/Makefile b/Makefile index accf4ac..dd0bf10 100644 --- a/Makefile +++ b/Makefile @@ -33,6 +33,11 @@ delete-cluster: ## Supprime le cluster kubernetes Kind kind delete clusters tekton docker-secret: + cp kustomization/base/tekton/secret/gitea/access_token.dist kustomization/base/tekton/secret/gitea/access_token + cp kustomization/base/tekton/secret/gitea/basicauth.dist kustomization/base/tekton/secret/gitea/basicauth + cp kustomization/base/tekton/secret/ssh/id_ed25519.dist kustomization/base/tekton/secret/ssh/id_ed25519 + cp kustomization/base/tekton/secret/ssh/known_hosts.dist kustomization/base/tekton/secret/ssh/known_hosts + docker login reg.cadoles.com docker --config kustomization/base/tekton/secret/dockerconfig login reg.cadoles.com mv kustomization/base/tekton/secret/dockerconfig/config.json kustomization/base/tekton/secret/dockerconfig/.dockerconfigjson diff --git a/kustomization/base/tekton/task/symfonyapp/phpstan.yaml b/kustomization/base/tekton/task/symfonyapp/phpstan.yaml index 0f25456..3433b05 100644 --- a/kustomization/base/tekton/task/symfonyapp/phpstan.yaml +++ b/kustomization/base/tekton/task/symfonyapp/phpstan.yaml @@ -11,7 +11,7 @@ spec: - name: requestid steps: - name: analyse - image: reg.cadoles.com/cnous-mse/phpstan + image: reg.cadoles.com/cadoles/phpstan script: | #!/bin/sh echo "== RUN PHPSTAN ==========================================="