deplacement image phpstan sur orga cadoles
This commit is contained in:
parent
c735cc4fc8
commit
05d219cd30
5
Makefile
5
Makefile
@ -33,6 +33,11 @@ delete-cluster: ## Supprime le cluster kubernetes Kind
|
|||||||
kind delete clusters tekton
|
kind delete clusters tekton
|
||||||
|
|
||||||
docker-secret:
|
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 login reg.cadoles.com
|
||||||
docker --config kustomization/base/tekton/secret/dockerconfig 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
|
mv kustomization/base/tekton/secret/dockerconfig/config.json kustomization/base/tekton/secret/dockerconfig/.dockerconfigjson
|
||||||
|
@ -11,7 +11,7 @@ spec:
|
|||||||
- name: requestid
|
- name: requestid
|
||||||
steps:
|
steps:
|
||||||
- name: analyse
|
- name: analyse
|
||||||
image: reg.cadoles.com/cnous-mse/phpstan
|
image: reg.cadoles.com/cadoles/phpstan
|
||||||
script: |
|
script: |
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
echo "== RUN PHPSTAN ==========================================="
|
echo "== RUN PHPSTAN ==========================================="
|
||||||
|
Loading…
x
Reference in New Issue
Block a user