Skip to content

Commit

Permalink
Add artifacts for anod CI jobs
Browse files Browse the repository at this point in the history
Ref. None
  • Loading branch information
treiher committed Jul 10, 2024
1 parent cfb1d58 commit e48f782
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,10 @@ anod_main:
- anod build recordflux $ACI_TRACK_QUALIFIER
- eval `anod printenv recordflux`
- rflx --version
- cp -r /tmp/it/wave/log .
artifacts:
paths:
- log/*

anod_doc:
services:
Expand All @@ -156,6 +160,10 @@ anod_doc:
- cat /tmp/ci_env.sh
- . /tmp/ci_env.sh
- anod build recordflux-doc $ACI_TRACK_QUALIFIER
- cp -r /tmp/it/wave/log .
artifacts:
paths:
- log/*

commit_messages:
extends: .testing
Expand Down

0 comments on commit e48f782

Please sign in to comment.