How do I edit my newly created yml file?

Replace this template with your information

Describe your question in as much detail as possible:
I am supposed to do the first assignment from Udemy whereby I need to extend a pipeline.
So, the question goes like this:
Let’s extend the pipeline with a new stage that does some preparation work, such as creating the folder and the car.txt file.
Do
Add a new stage called prep. Make sure this is the first stage that is being executed.

  • What are you seeing, and how does it differ from what you expect to see?

  • Consider including screenshots, error messages, and/or other helpful visuals

  • What version are you on (Hint: /help) ? and are you using self-managed or gitlab.com?
    I just created an account today. It is a free gitlab.com account

  • What troubleshooting steps have you already taken? Can you link to any docs or other resources so we know where you have been?
    I tried in vain to edit the yml file but it doesn’t allow me to. Please help me. Tks.

Thanks for taking the time to be thorough in your request, it really helps! :blush:

Welcome to GitLab and to our Community Forum, @tangara!

Have you checked out this page in our docs yet, about pipeline configurations? This might give you some guidance on the .yml file.

Also, you might find the Getting Started with GitLab CI/CD page a good reference, too!