Skip to content
Snippets Groups Projects
Commit 7cead3f6 authored by ludo8147's avatar ludo8147
Browse files

define and run a pipeline

parent ea3c9f93
No related branches found
No related tags found
No related merge requests found
Pipeline #69229 failed
......@@ -50,6 +50,10 @@ job_publish:
- docker-privileged
dependencies:
- job_build
before-script:
- apt update
- apt install -y ca-certificates curl
- update-ca-certificates
script:
- |
for artifact in ./artifacts/*; do
......
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