Estou tendo um problema com a pipeline abaixo.
Aparece o erro: jobs stage_meu config should implement a script: or a trigger: keyword
Alguém poderia me ajudar?
stage_meu:stages:stage_meubefore_script:-echo"CI_COMMIT_SHA: $CI_COMMIT_SHA"primeiro:stage:stage_meuscript:-echo"Nome do job: $CI_JOB_NAME"image:"${REGISTER}/........"segundo:stage:stage_meuscript:-echo"Nome do job: $CI_JOB_NAME"image:"${REGISTER}/........"terceiro:stage:stage_meuscript:-echo"Nome do job: $CI_JOB_NAME"image:"${REGISTER}/........"
Oi, boa tarde. obrigado por ajudar.
Tentei as correções que você falou mas apareceu o erro:
“This GitLab CI configuration is invalid: before_script config should be a string or a nested array of strings up to 10 levels deep”