mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-10 08:20:23 +00:00
538cdcdba4
The job does not have any parameters yet, it only build for the master branch. Signed-off-by: Niels de Vos <ndevos@redhat.com>
8 lines
132 B
Bash
Executable File
8 lines
132 B
Bash
Executable File
#!/bin/sh
|
|
|
|
set -x
|
|
|
|
yum -y install git podman
|
|
|
|
git clone --single-branch --branch=master https://github.com/ceph/ceph-csi /opt/build
|