From 33ec8e51aabcdbc9cdfad13dbb03c9ee5346fd57 Mon Sep 17 00:00:00 2001 From: Jade VAN BRABANDT Date: Wed, 3 May 2023 17:13:07 +0200 Subject: [PATCH] Update '.drone.yml' --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 72a7c87..134b953 100644 --- a/.drone.yml +++ b/.drone.yml @@ -8,7 +8,7 @@ trigger: steps: - name: build - image: mcr.microsoft.com/dotnet/sdk:7.0 + image: hub.codefirst.iut.uca.fr/marc.chevaldonne/codefirst-dotnet7-maui volumes: - name: docs path: /docs @@ -19,7 +19,7 @@ steps: - dotnet publish Stim.sln -c Release --no-restore -o CI_PROJECT_DIR/build/release - name: tests - image: mcr.microsoft.com/dotnet/sdk:7.0 + image: hub.codefirst.iut.uca.fr/marc.chevaldonne/codefirst-dotnet7-maui commands: - cd Sources/ - dotnet restore Stim.sln