Loading templates/pipeline-generator/template.yml +1 −2 Original line number Diff line number Diff line Loading @@ -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 ]] Loading Loading
templates/pipeline-generator/template.yml +1 −2 Original line number Diff line number Diff line Loading @@ -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 ]] Loading