Skip to content

Commit

Permalink
Hard code regression test branch for CI (refs #225).
Browse files Browse the repository at this point in the history
  • Loading branch information
jd-moulton committed Mar 11, 2024
1 parent cd74189 commit 3c74b4a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ats-ci.yml
Expand Up @@ -43,7 +43,8 @@ jobs:
run: |
# This should really be a conditional, if the first test is empty, then fall back to master.
# echo "ATS_TESTS_BRANCH=$(git ls-remote --heads origin ${GITHUB_REF_NAME} | sed 's/.*refs\/heads\///')" >> $GITHUB_ENV
echo "ATS_TESTS_BRANCH=master" >> $GITHUB_ENV
# Hard code special case for now:
echo "ATS_TESTS_BRANCH=sergi/amanzi-tpls-0.98.8" >> $GITHUB_ENV
- name: Filter the branch name to generate a tag for Docker
id: tag
run: |
Expand Down

0 comments on commit 3c74b4a

Please sign in to comment.