Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
QA
ox-installer
Commits
1d4952e6
Commit
1d4952e6
authored
Apr 03, 2020
by
Daniel Pondruff
Browse files
centos: enable epel
parent
44a1833b
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
1d4952e6
...
@@ -214,7 +214,8 @@ deploy:centos:7:oxinstaller:
...
@@ -214,7 +214,8 @@ deploy:centos:7:oxinstaller:
ssh -tt -o ConnectTimeout=30 -o StrictHostKeyChecking=no -i openstack/tmp/id_rsa centos@$instance_centos_7_floatingip <<EOF
ssh -tt -o ConnectTimeout=30 -o StrictHostKeyChecking=no -i openstack/tmp/id_rsa centos@$instance_centos_7_floatingip <<EOF
sudo su
sudo su
whoami
whoami
yum update -y --disablerepo=epel && yum -y install git --disablerepo=epel
yum -y --enablerepo=extras install epel-release
yum -y install git
git clone -b develop https://gitlab.open-xchange.com/qa/ox-installer.git /root/ox-installer/
git clone -b develop https://gitlab.open-xchange.com/qa/ox-installer.git /root/ox-installer/
/root/ox-installer/ox-installer.sh --singlenode --dovecot
/root/ox-installer/ox-installer.sh --singlenode --dovecot
EOF
EOF
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment