Skip to content
Snippets Groups Projects
Unverified Commit d2a4ae57 authored by David (Jointech)'s avatar David (Jointech)
Browse files

ci: trigger aura-tests pipeline after building the image

parent 73fcaffa
No related branches found
No related tags found
No related merge requests found
Pipeline #8225 failed
......@@ -241,6 +241,18 @@ docker-push:
exists:
- Dockerfile
trigger_aura_tests:
stage: release
needs: [docker-push]
trigger:
project: aura/aura-tests
# TODO dm 2024-06-07: for test purposes only. Should be set to "main" before final merge"
branch: feat-adding-ci
strategy: depend
rules:
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
when: manual
release_job:
stage: release
needs:
......
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