Skip to content
Snippets Groups Projects
Commit bc06536b authored by schnarkus's avatar schnarkus
Browse files

fix publish_job dependencies

parent 394de471
No related branches found
No related tags found
No related merge requests found
Pipeline #58825 failed
......@@ -31,7 +31,8 @@ publish_job:
stage: publish
image: public.ecr.aws/ubuntu/ubuntu:22.04_stable
tags: docker-privileged
dependencies: build_job
dependencies:
- build_job
before_script:
- apt update
- apt install -y ca-certificates curl
......
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