Hi Team,
I have installed gitlab_runner locally for my laptop newly to run one sample pipline job. below is the script
test:
#stage: Test
#rules:
#- if: $CI_PIPELINE_SOURCE == “schedule”
tags:
- sree
script:
- cd
#- .\C:\work\FW2Master\Python_runner.bat
But when I executing this i am getting below error .
After doing search i found answer need to update .bash_lagout file but this file i did not find instead i found bash.bash_lagout file , even though if i update as per the comments they mentioned it is not giving same issue.
Could any one help me on this