Update .gitlab-ci.yml file

This commit is contained in:
Price Hiller 2022-01-16 03:39:11 +00:00
parent bb12d7372d
commit c3db792403

View File

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