Update .gitlab-ci.yml file

This commit is contained in:
Price Hiller 2022-01-16 03:30:50 +00:00
parent ae2cfa0864
commit 6f080dcf71

View File

@ -4,7 +4,6 @@ stages:
centos:
image: centos:latest
stage: Centos Deployment
before_script:
- dnf install -y curl git zsh
script:
- dnf install -y curl git zsh
- curl "https://gitlab.orion-technologies.io/philler/dot-files/-/raw/Development/install.bash" | bash