Skip to content
Snippets Groups Projects
Commit 3ef8afcf authored by Gioacchino Vino's avatar Gioacchino Vino
Browse files

Revert "Merge branch 'debug_paas_ci' into 'main'"

This reverts merge request !68
parent fbdaf5ca
No related branches found
No related tags found
1 merge request!69Revert "Merge branch 'debug_paas_ci' into 'main'"
Pipeline #125167 passed
---
- 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 }}"
......
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment