mirror of
https://github.com/Brandon-Rozek/website.git
synced 2025-10-09 22:41:13 +00:00
Website snapshot
This commit is contained in:
parent
ee0ab66d73
commit
50ec3688a5
281 changed files with 21066 additions and 0 deletions
9
content/blog/gitlabcicd.md
Normal file
9
content/blog/gitlabcicd.md
Normal file
|
@ -0,0 +1,9 @@
|
|||
---
|
||||
title: "Gitlab CI/CD"
|
||||
date: 2019-07-01T21:36:56-04:00
|
||||
draft: false
|
||||
---
|
||||
|
||||
One of the greatest benefits I believe of integrating Gitlab's CI/CD into your workload is code linting and building. This immediately eliminates the easy mistakes that developers make and wastes less people's time.
|
||||
|
||||
I'm working towards getting the build setup just right in one of the projects I'm currently working. However, in the meantime, Gitlab supports running it's CI/CD jobs under the `shell executor`. I would like to go to the default Docker route in the future once I figure out all of the dependencies of the project I'm building.
|
Loading…
Add table
Add a link
Reference in a new issue