From f750992a073bc4bc46932246b3519b3c3f03c3ea Mon Sep 17 00:00:00 2001 From: David D'ALMEIDA Date: Wed, 21 Feb 2024 12:14:39 +0100 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'.drone.yml'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/.drone.yml b/.drone.yml index b024bc08..d5c19680 100644 --- a/.drone.yml +++ b/.drone.yml @@ -37,17 +37,6 @@ steps: - sonar-scanner -D sonar.projectKey=HeartTrack -D sonar.host.url=https://codefirst.iut.uca.fr/sonar depends_on: [ test ] - - name: rewrite-urls - image: 'busybox:latest' - commands: - - cd Sources - - ls - - >- - find . -type f -exec sed -i -r - "s@(href|src)=\"/@\1=\"$${PLUGIN_CONTAINER_PATH}@g" {} + - settings: - container_path: https://codefirst.iut.uca.fr/containers/HeartDev-web/ - # build image and push on the registry ✔️ - name: docker-build-and-push image: plugins/docker