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

Merge branch 'debug_paas_ci' into 'main'

Debug paas ci

See merge request !68
parents a1abb429 73d7e747
No related branches found
No related tags found
1 merge request!68Debug paas ci
Pipeline #125166 canceled
--- ---
- 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,4 +9,10 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get update \ ...@@ -9,4 +9,10 @@ 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