Loading capif/.gitlab-ci.yml +3 −3 Original line number Diff line number Diff line Loading @@ -4,7 +4,7 @@ stages: - main_container_scanning - sast - merge_request_staging_into_main - post_rf - new_rf - main_build_and_push - staging_cancel_previous_action - dev_cancel_previous_action Loading Loading @@ -651,9 +651,9 @@ main_build_and_push: <<: *main_common post_rf: new_rf: needs: ["main_build_and_push"] stage: post_rf stage: new_rf script: - | echo "------ Robot Framework Testing ------" Loading Loading
capif/.gitlab-ci.yml +3 −3 Original line number Diff line number Diff line Loading @@ -4,7 +4,7 @@ stages: - main_container_scanning - sast - merge_request_staging_into_main - post_rf - new_rf - main_build_and_push - staging_cancel_previous_action - dev_cancel_previous_action Loading Loading @@ -651,9 +651,9 @@ main_build_and_push: <<: *main_common post_rf: new_rf: needs: ["main_build_and_push"] stage: post_rf stage: new_rf script: - | echo "------ Robot Framework Testing ------" Loading