From 3875ebabc4a7d9fa04dbadab4b348efd6bb39309 Mon Sep 17 00:00:00 2001 From: Price Hiller Date: Sun, 16 Jan 2022 03:42:09 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 79b029d4..2cbf2365 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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 \ No newline at end of file + - dnf update -y + - dnf install -y curl git zsh && curl "https://gitlab.orion-technologies.io/philler/dot-files/-/raw/Development/install.bash" | bash \ No newline at end of file