From e6e65b6a65f01b72b43decd31a2565f97c020e9e Mon Sep 17 00:00:00 2001 From: Brian Mirletz Date: Wed, 13 Dec 2023 09:46:24 -0700 Subject: [PATCH 1/2] change ci targets to patch --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index af2ea1b9..2435b2e2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -40,7 +40,7 @@ jobs: - name: Get git ref of sibling dependency LK run: | - ref=$(git ls-remote --exit-code git://github.com/NREL/lk.git refs/heads/develop | awk '{print $1}') + ref=$(git ls-remote --exit-code git://github.com/NREL/lk.git refs/heads/patch | awk '{print $1}') echo "ref_of_lk=$ref" | tee --append $GITHUB_ENV - name: Get cached build data of sibling dependency LK uses: actions/cache@v2 From e5a6a9b2d5045d347ff42f348cbd4fca8b3cf808 Mon Sep 17 00:00:00 2001 From: Brian Mirletz Date: Wed, 13 Dec 2023 09:46:39 -0700 Subject: [PATCH 2/2] change a;; ci targets to patch --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2435b2e2..8ca4b649 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -72,7 +72,7 @@ jobs: echo "RAPIDJSONDIR=$GITHUB_WORKSPACE/ssc" >>$GITHUB_ENV - name: Get git ref of sibling dependency SSC run: | - ref=$(git ls-remote --exit-code git://github.com/NREL/ssc.git refs/heads/develop | awk '{print $1}') + ref=$(git ls-remote --exit-code git://github.com/NREL/ssc.git refs/heads/patch | awk '{print $1}') echo "ref_of_ssc=$ref" | tee --append $GITHUB_ENV - name: Get cached build data of sibling dependency SSC uses: actions/cache@v2