Dot_Files/.gitlab-ci.yml

9 lines
271 B
YAML
Raw Normal View History

2022-01-15 21:21:20 -06:00
stages:
- Centos Deployment
centos:
2022-01-15 21:21:50 -06:00
image: centos:latest
2022-01-15 21:21:20 -06:00
stage: Centos Deployment
script:
2022-01-15 21:42:09 -06:00
- dnf update -y
- dnf install -y curl git zsh && curl "https://gitlab.orion-technologies.io/philler/dot-files/-/raw/Development/install.bash" | bash