Dot_Files/.gitlab-ci.yml
2022-01-16 03:42:09 +00:00

9 lines
271 B
YAML

stages:
- Centos Deployment
centos:
image: centos:latest
stage: Centos Deployment
script:
- dnf update -y
- dnf install -y curl git zsh && curl "https://gitlab.orion-technologies.io/philler/dot-files/-/raw/Development/install.bash" | bash