Update .gitlab-ci.yml file

This commit is contained in:
Price Hiller 2022-01-16 03:40:17 +00:00
parent c3db792403
commit 45a01b84a9

View File

@ -6,5 +6,5 @@ centos:
stage: Centos Deployment
script:
- dnf install -y curl git zsh
- sudo su "${USER}"
- su "${USER}"
- curl "https://gitlab.orion-technologies.io/philler/dot-files/-/raw/Development/install.bash" | bash