Skip to content

Commit 5fc67c8

Browse files
author
Brian Mirletz
authored
Merge pull request #167 from NREL/update_ci_targets
Update ci targets
2 parents 8c1ebd3 + e5a6a9b commit 5fc67c8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
4141
- name: Get git ref of sibling dependency LK
4242
run: |
43-
ref=$(git ls-remote --exit-code git://github.com/NREL/lk.git refs/heads/develop | awk '{print $1}')
43+
ref=$(git ls-remote --exit-code git://github.com/NREL/lk.git refs/heads/patch | awk '{print $1}')
4444
echo "ref_of_lk=$ref" | tee --append $GITHUB_ENV
4545
- name: Get cached build data of sibling dependency LK
4646
uses: actions/cache@v2
@@ -72,7 +72,7 @@ jobs:
7272
echo "RAPIDJSONDIR=$GITHUB_WORKSPACE/ssc" >>$GITHUB_ENV
7373
- name: Get git ref of sibling dependency SSC
7474
run: |
75-
ref=$(git ls-remote --exit-code git://github.com/NREL/ssc.git refs/heads/develop | awk '{print $1}')
75+
ref=$(git ls-remote --exit-code git://github.com/NREL/ssc.git refs/heads/patch | awk '{print $1}')
7676
echo "ref_of_ssc=$ref" | tee --append $GITHUB_ENV
7777
- name: Get cached build data of sibling dependency SSC
7878
uses: actions/cache@v2

0 commit comments

Comments
 (0)