From 5b61ec1584cfdba096f94155998d2c3791b90b01 Mon Sep 17 00:00:00 2001 From: Roman Telezhynskyi Date: Sat, 25 Sep 2021 07:44:31 +0300 Subject: [PATCH] Fix path to deploy script. --- .cirrus.yml | 2 +- scripts/cirrus-deploy.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.cirrus.yml b/.cirrus.yml index e23188e26..2c57cac87 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -68,7 +68,7 @@ macos_task_template: &MACOS_TASK_TEMPLATE - ${COMPILER} --version - make -j$(nproc) deploy_script: - - ../scripts/cirrus-deploy.sh + - $CIRRUS_WORKING_DIR/scripts/cirrus-deploy.sh env: COMPILER: clang diff --git a/scripts/cirrus-deploy.sh b/scripts/cirrus-deploy.sh index 3c8bcbc49..2902b15ae 100755 --- a/scripts/cirrus-deploy.sh +++ b/scripts/cirrus-deploy.sh @@ -20,7 +20,7 @@ check_failure() { } if [[ "$DEPLOY" == "true" ]]; then - ../scripts/macfixqtdylibrpath.py $CIRRUS_WORKING_DIR/build/src/app/valentina/bin/Valentina.app; + $CIRRUS_WORKING_DIR/scripts/macfixqtdylibrpath.py $CIRRUS_WORKING_DIR/build/src/app/valentina/bin/Valentina.app; check_failure "Unable to patch the app bundle."; print_info "Start compressing.";