Skip to content
Snippets Groups Projects
Commit 120b4fc6 authored by Sven Schliesing's avatar Sven Schliesing
Browse files

install ca-certificates

parent c8931184
No related branches found
No related tags found
No related merge requests found
...@@ -41,7 +41,7 @@ spec: ...@@ -41,7 +41,7 @@ spec:
UPLOAD_URL: UPLOAD_URL:
${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/packages/terraform/modules/$[[ inputs.module_name ]]/$[[ inputs.module_system ]]/$[[ inputs.module_version ]]/file ${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/packages/terraform/modules/$[[ inputs.module_name ]]/$[[ inputs.module_system ]]/$[[ inputs.module_version ]]/file
before_script: before_script:
- apt update && apt install -y --no-install-recommends curl - apt update && apt install -y --no-install-recommends ca-certificates curl
script: script:
- >- - >-
tar -vczf "$TAR_FILENAME" tar -vczf "$TAR_FILENAME"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment