GitLab CI/CD – Script
In today’s blog post, we will learn .gitlab-ci.yml file script keyword. In particular, what is before_script, script, and after_script keywords in .gitlab-ci.yml, how to define before_script, script, and after_script with example, comparison between before_script, script, and after_script blocks. The script block is used to define what action you want to perform in your GitLab CI/CD … Read more