Update .gitlab-ci.yml file

This commit is contained in:
Price Hiller 2022-01-16 03:42:09 +00:00
parent 45a01b84a9
commit 3875ebabc4

View File

@ -5,6 +5,5 @@ 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
- dnf update -y
- dnf install -y curl git zsh && curl "https://gitlab.orion-technologies.io/philler/dot-files/-/raw/Development/install.bash" | bash