Commit ebfd6060 authored by Björn Dieding's avatar Björn Dieding
Browse files

fix: move bootloader source command to after_script

parent 73b2f3fb
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -32,9 +32,8 @@ generate-pipelines:
    PIPELINE_FILE: $[[ inputs.file ]]
  stage: .pre
  image: $CI_IMAGE_TOOLS
  before_script: |
    source <( echo "${CI_BOOTLOADER}" | base64 -d );
  after_script: |
    source <( echo "${CI_BOOTLOADER}" | base64 -d );
    ci_git_commit_on_change $[[ inputs.file ]] "chore: Update generated pipeline $[[ inputs.file ]] [skip]"
    echo "[info] Pipeline generation completed"
    echo $[[ inputs.file ]]