deplacement image phpstan sur orga cadoles
This commit is contained in:
parent
08684ef636
commit
d84c035a40
6
Makefile
6
Makefile
@ -32,6 +32,12 @@ deploy-dev: ## Déploie le projet dans le cluster (nécessite la variable $HARBO
|
||||
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
|
||||
|
||||
.mktools:
|
||||
rm -rf .mktools
|
||||
curl -q https://forge.cadoles.com/Cadoles/mktools/raw/branch/master/install.sh | $(SHELL)
|
||||
|
@ -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 ==========================================="
|
||||
|
Loading…
x
Reference in New Issue
Block a user