Skip to content

Commit 4b7a70c

Browse files
authored
Move yezzey forward to full support Cloudberry (#35)
* Move yezzey forward to full support Cloudberry
1 parent ec82950 commit 4b7a70c

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/yezzey-ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ jobs:
130130
run: |
131131
set -ex pipefail
132132
# Download mc for Linux (amd64)
133-
curl -O https://dl.min.io/client/mc/release/linux-amd64/mc
133+
curl -fsSL -o mc https://dl.min.io/client/mc/release/linux-amd64/mc
134134
chmod +x mc
135135
sudo mv mc /usr/local/bin/mc # Make mc available system-wide
136136
@@ -193,7 +193,7 @@ jobs:
193193
set -eo pipefail
194194
195195
chmod +x "${SRC_DIR}"/gpcontrib/yezzey/devops/scripts/prepare_test_yezzey.sh
196-
if ! time su - gpadmin -c "cd ${SRC_DIR} && gpcontrib/yezzey/devops/scripts/prepare_test_yezzey.sh"; then
196+
if ! time su - gpadmin -c "cd ${SRC_DIR}/gpcontrib/yezzey && devops/scripts/prepare_test_yezzey.sh"; then
197197
echo "::error::Config yezzey failed"
198198
exit 1
199199
fi

0 commit comments

Comments
 (0)