Skip to content

Commit

Permalink
fix script path
Browse files Browse the repository at this point in the history
  • Loading branch information
var77 committed Oct 7, 2024
1 parent aabbefc commit ea9300e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions ci/scripts/build-extras.sh
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@ function configure_and_start_postgres() {
}

# Source unified utility functions
source "$(dirname "$0")/../../scripts/utils.sh"
source "$(dirname "$0")/../../scripts/build-linux.sh"
source "$(dirname "$0")/utils.sh"
source "$(dirname "$0")/build-linux.sh"

if [ ! -z "$RUN_POSTGRES" ]
then
Expand Down
2 changes: 1 addition & 1 deletion ci/scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ else
exit 1
fi

source "$(dirname "$0")/../../scripts/utils.sh"
source "$(dirname "$0")/utils.sh"

setup_environment

Expand Down

0 comments on commit ea9300e

Please sign in to comment.