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

Merge branch 'revert-fbdaf5ca' into 'main'

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

See merge request !69
parents fbdaf5ca 3ef8afcf
No related branches found
No related tags found
1 merge request!69Revert "Merge branch 'debug_paas_ci' into 'main'"
Pipeline #125168 passed
--- ---
- name: Create workspace directory if not exists
file:
path: "{{ paas_ci_workdir }}"
state: directory
- name: Get template - name: Get template
get_url: get_url:
url: "{{ paas_ci_test.template_url }}" url: "{{ paas_ci_test.template_url }}"
......
...@@ -9,10 +9,4 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get update \ ...@@ -9,10 +9,4 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get update \
&& rm orchent_${ORCHENT_VERSION}_amd64.deb \ && rm orchent_${ORCHENT_VERSION}_amd64.deb \
&& apt-get clean && rm -rf /var/lib/apt/lists/* && apt-get clean && rm -rf /var/lib/apt/lists/*
RUN pip install gvm-tools jq yq RUN pip install gvm-tools jq yq
\ No newline at end of file
RUN useradd jenkins
USER jenkins
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