Commit e6a2afd0 authored by norvell's avatar norvell
Browse files

Update .gitlab-ci.yml

parent 20e8e4a0
Loading
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -2,3 +2,12 @@ include:
  - project: sa4/audio/ivas-basop
    ref: main
    file: .gitlab-ci.yml

print-info:
  stage: setup
  rules:
    - if: $CI_PIPELINE_SOURCE == "merge_request_event" 
  script:
    - echo "Job start: $CI_JOB_STARTED_AT"
    - echo "Branch: $CI_COMMIT_BRANCH"
    - echo "Commit Author: $CI_COMMIT_AUTHOR"