Dot_Files/.gitlab-ci.yml
2022-01-16 03:40:17 +00:00

10 lines
277 B
YAML

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