aboutsummaryrefslogtreecommitdiff
path: root/dev/ci/ci-simple-io.sh
diff options
context:
space:
mode:
Diffstat (limited to 'dev/ci/ci-simple-io.sh')
-rwxr-xr-xdev/ci/ci-simple-io.sh6
1 files changed, 2 insertions, 4 deletions
diff --git a/dev/ci/ci-simple-io.sh b/dev/ci/ci-simple-io.sh
index 66f9801b3c..e7bcd80de7 100755
--- a/dev/ci/ci-simple-io.sh
+++ b/dev/ci/ci-simple-io.sh
@@ -3,8 +3,6 @@
ci_dir="$(dirname "$0")"
. "${ci_dir}/ci-common.sh"
-simple_io_CI_DIR="${CI_BUILD_DIR}/simple-io"
+git_download simple_io
-git_checkout "${simple_io_CI_BRANCH}" "${simple_io_CI_GITURL}" "${simple_io_CI_DIR}"
-
-( cd "${simple_io_CI_DIR}" && make build && make install)
+( cd "${CI_BUILD_DIR}/simple_io" && make build && make install)