From 3cf920c750b5b4dff01205b8a3b9d92ce31481d8 Mon Sep 17 00:00:00 2001 From: "Andrew Jackson (Ajax)" Date: Thu, 13 Jul 2023 21:33:56 -0500 Subject: [PATCH] circleci try 10 --- .circleci/config.yml | 6 ++++-- .circleci/template.yml | 6 ++++-- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 69176bf2d..44635fe6b 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -101,8 +101,10 @@ commands: - run: sudo apt-get install ocl-icd-opencl-dev libhwloc-dev python-is-python3 install-yugabyte: steps: - - run: curl https://downloads.yugabyte.com/releases/2.19.0.0/yugabyte-2.19.0.0-b190-linux-x86_64.tar.gz | tar -xz - - run: yugabytedb/bin/yugabyted start + - run: | + curl https://downloads.yugabyte.com/releases/2.19.0.0/yugabyte-2.19.0.0-b190-linux-x86_64.tar.gz | tar -xz + yugabyte-2.19.0.0/bin/post_install.sh + yugabyte-2.19.0.0/bin/yugabyted start check-go-version: steps: - run: | diff --git a/.circleci/template.yml b/.circleci/template.yml index 7c3de46dd..f46eb1286 100644 --- a/.circleci/template.yml +++ b/.circleci/template.yml @@ -101,8 +101,10 @@ commands: - run: sudo apt-get install ocl-icd-opencl-dev libhwloc-dev python-is-python3 install-yugabyte: steps: - - run: curl https://downloads.yugabyte.com/releases/2.19.0.0/yugabyte-2.19.0.0-b190-linux-x86_64.tar.gz | tar -xz - - run: yugabytedb/bin/yugabyted start + - run: | + curl https://downloads.yugabyte.com/releases/2.19.0.0/yugabyte-2.19.0.0-b190-linux-x86_64.tar.gz | tar -xz + yugabyte-2.19.0.0/bin/post_install.sh + yugabyte-2.19.0.0/bin/yugabyted start check-go-version: steps: - run: |