Déactivation de dokerfile
continuous-integration/drone/push Build is passing Details

pull/103/head
Hugo LIVET 2 years ago
parent 496e6f588d
commit 87882e8e57

@ -21,14 +21,14 @@ steps:
- dotnet restore CI_CONSECO.sln - dotnet restore CI_CONSECO.sln
- dotnet test CI_CONSECO.sln --no-restore - dotnet test CI_CONSECO.sln --no-restore
depends_on: [build] depends_on: [build]
- name: docker-build # - name: docker-build
image: plugins/docker # image: plugins/docker
settings: # settings:
dockerfile: Dockerfile # dockerfile: Dockerfile
context: . # context: .
registry: hub.codefirst.iut.uca.fr # registry: hub.codefirst.iut.uca.fr
repo: hub.codefirst.iut.uca.fr/hugo.livet/ConsEco # repo: hub.codefirst.iut.uca.fr/hugo.livet/ConsEco
username: # username:
from_secret: SonarConsEco # from_secret: SonarConsEco
password: # password:
from_secret: sqp_ffc02968e133d03daeb917e8c2e6f243a80d087a # from_secret: sqp_ffc02968e133d03daeb917e8c2e6f243a80d087a
Loading…
Cancel
Save