Skip to content

Commit fabcefb

Browse files
authored
Merge pull request #296 from ExaWorks/fix_ci_runner_update
`git fetch remote` fetches the remote into FETCH_HEAD not into origin…
2 parents 94f0aff + 3b00c24 commit fabcefb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

psij-ci-run

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ fi
5454

5555
# Ensure latest test runner is there
5656
git fetch https://github.com/ExaWorks/psi-j-python.git
57-
git checkout origin/main -- tests/ci_runner.py
57+
git checkout FETCH_HEAD -- tests/ci_runner.py
5858

5959

6060
if [ "$REPEAT" == "1" ]; then

0 commit comments

Comments
 (0)