Skip to content

Commit

Permalink
Add yum for RedHat distros
Browse files Browse the repository at this point in the history
  • Loading branch information
pburkholder committed Jun 28, 2024
1 parent 8c43dbb commit 70085fa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions runner/cf-driver/prepare.sh
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ install_dependencies () {
--command 'source /etc/profile && (which git && which git-lfs && which curl) || \
(which apk && apk add git git-lfs curl) || \
(which apt-get && apt-get update && apt-get install -y git git-lfs curl) || \
(which yum && yum install git git-lfs curl) || \
(echo "[cf-driver] Required packages missing and install attempt failed" && exit 1)'

# gitlab-runner-helper includes a limited subset of gitlab-runner functionality
Expand Down

0 comments on commit 70085fa

Please sign in to comment.