diff --git a/.github/workflows/yezzey-ci.yaml b/.github/workflows/yezzey-ci.yaml index c1c41497a64..1d4402b0ad1 100644 --- a/.github/workflows/yezzey-ci.yaml +++ b/.github/workflows/yezzey-ci.yaml @@ -130,7 +130,7 @@ jobs: run: | set -ex pipefail # Download mc for Linux (amd64) - curl -O https://dl.min.io/client/mc/release/linux-amd64/mc + curl -fsSL -o mc https://dl.min.io/client/mc/release/linux-amd64/mc chmod +x mc sudo mv mc /usr/local/bin/mc # Make mc available system-wide @@ -193,7 +193,7 @@ jobs: set -eo pipefail chmod +x "${SRC_DIR}"/gpcontrib/yezzey/devops/scripts/prepare_test_yezzey.sh - if ! time su - gpadmin -c "cd ${SRC_DIR} && gpcontrib/yezzey/devops/scripts/prepare_test_yezzey.sh"; then + if ! time su - gpadmin -c "cd ${SRC_DIR}/gpcontrib/yezzey && devops/scripts/prepare_test_yezzey.sh"; then echo "::error::Config yezzey failed" exit 1 fi diff --git a/gpcontrib/yezzey b/gpcontrib/yezzey index 642726e074f..0d88f66a5fd 160000 --- a/gpcontrib/yezzey +++ b/gpcontrib/yezzey @@ -1 +1 @@ -Subproject commit 642726e074f8a553af05e1eab8e5d460b45a93ca +Subproject commit 0d88f66a5fd0dba82681eef5929529cb153cb325