All Questions
2 questions
0
votes
1
answer
2k
views
Getting # collapsed multi-line command error in GitLab CI config file scripts
I'm trying to put a multi-line shell script command in the GitLab CI YAML file as shown below:-
test:
stage: promote-test-reports
image: "937583223412.dkr.ecr.us-east-1.amazonaws.com/core-...
1
vote
0
answers
484
views
How to fix " Gitlab windows ci runner: ObjectNotFound: (pip:String) [], CommandNotFoundException"
I can able to set the ci runner for windows but unable configure the git lab ci runner with cmd executor and by defaultci runner executor is POWER SHELL ISE
How to change config the executor from ...