From 940f6f21991b9024f3598ab939073af42c419f9d Mon Sep 17 00:00:00 2001 From: Jenny Date: Fri, 12 Apr 2024 11:35:53 +0100 Subject: [PATCH 1/2] correctly escape path --- src/scripts/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/scripts/install.sh b/src/scripts/install.sh index 620fef1..be88e78 100644 --- a/src/scripts/install.sh +++ b/src/scripts/install.sh @@ -19,7 +19,7 @@ if [ ! -w "${JQ_EVAL_INSTALL_DIR}" ]; then $SUDO mkdir -p "${JQ_EVAL_INSTALL_DIR}" fi -echo "export PATH=$PATH:\"${JQ_EVAL_INSTALL_DIR}\"" >> "$BASH_ENV" +echo "export PATH=\$PATH:\"${JQ_EVAL_INSTALL_DIR}\"" >> "$BASH_ENV" . "$BASH_ENV" # check if jq needs to be installed From 45837a1e2e0331ea85dcb4ee51edea9e7d26ca3b Mon Sep 17 00:00:00 2001 From: Mateo Arboleda Date: Tue, 17 Sep 2024 11:11:33 -0500 Subject: [PATCH 2/2] update test to current machine version --- .circleci/test-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/test-deploy.yml b/.circleci/test-deploy.yml index 04fe007..c91b15f 100644 --- a/.circleci/test-deploy.yml +++ b/.circleci/test-deploy.yml @@ -22,7 +22,7 @@ executors: xcode: 14.2.0 machine: machine: - image: ubuntu-2004:202101-01 + image: ubuntu-2004:current jobs: install: