From 3ef8afcfcfbf5ae5e867564f4e0b2199fe03588b Mon Sep 17 00:00:00 2001 From: Gioacchino Vino <gioacchino.vino@infn.it> Date: Mon, 13 Nov 2023 16:55:04 +0100 Subject: [PATCH] Revert "Merge branch 'debug_paas_ci' into 'main'" This reverts merge request !68 --- tasks/1-create-deployment.yml | 5 ----- utils/Dockerfile | 8 +------- 2 files changed, 1 insertion(+), 12 deletions(-) diff --git a/tasks/1-create-deployment.yml b/tasks/1-create-deployment.yml index 26af13d..703189a 100644 --- a/tasks/1-create-deployment.yml +++ b/tasks/1-create-deployment.yml @@ -1,9 +1,4 @@ --- -- name: Create workspace directory if not exists - file: - path: "{{ paas_ci_workdir }}" - state: directory - - name: Get template get_url: url: "{{ paas_ci_test.template_url }}" diff --git a/utils/Dockerfile b/utils/Dockerfile index adb8ee1..78cd7e2 100644 --- a/utils/Dockerfile +++ b/utils/Dockerfile @@ -9,10 +9,4 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get update \ && rm orchent_${ORCHENT_VERSION}_amd64.deb \ && apt-get clean && rm -rf /var/lib/apt/lists/* -RUN pip install gvm-tools jq yq - -RUN useradd jenkins - -USER jenkins - - +RUN pip install gvm-tools jq yq \ No newline at end of file -- GitLab