Merge branch 'master' of https://codefirst.iut.uca.fr/git/corentin.richard/EntityFramework_ConsoDeServices_TP
continuous-integration/drone/push Build is passing Details

pull/10/head
Pierre Ferreira 2 years ago
commit dd1a88ce1e

@ -11,12 +11,22 @@ steps:
- name: docker-build-and-push
image: plugins/docker
settings:
#dockerfile: Sources/Dockerfile
dockerfile: Sources/API_LoL/Dockerfile
context: Sources/
registry: hub.codefirst.iut.uca.fr
repo: hub.codefirst.iut.uca.fr/corentin.richard/EntityFramework_ConsoDeServices_TP
repo: hub.codefirst.iut.uca.fr/corentin.richard/entityframework_consodeservices_tp
username:
from_secret: SECRET_REGISTRY_USERNAME
password:
from_secret: SECRET_REGISTRY_PASSWORD
from_secret: SECRET_REGISTRY_PASSWORD
# docker test
- name: tests
image: mcr.microsoft.com/dotnet/sdk:6.0
commands:
- cd Sources/
- dotnet restore LeagueOfLegends.sln
- dotnet test LeagueOfLegends.sln --no-restore
depends_on: [docker-build-and-push]

Loading…
Cancel
Save