Skip to content

Commit

Permalink
specify the adjoint branch explicitly to Jenkins
Browse files Browse the repository at this point in the history
  • Loading branch information
dham committed Jan 22, 2020
1 parent fd51f9c commit b92cc04
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Jenkinsfile
Expand Up @@ -26,7 +26,7 @@ pipeline {
sh 'mkdir tmp'
dir('tmp') {
timestamps {
sh '../scripts/firedrake-install --disable-ssh --minimal-petsc --slepc --documentation-dependencies --install thetis --install gusto --install icepack --no-package-manager || (cat firedrake-install.log && /bin/false)'
sh '../scripts/firedrake-install --disable-ssh --minimal-petsc --slepc --documentation-dependencies --install thetis --install gusto --install icepack --package-branch pyadjoint self_adjoint --no-package-manager || (cat firedrake-install.log && /bin/false)'
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion requirements-git.txt
Expand Up @@ -3,4 +3,4 @@ git+https://github.com/firedrakeproject/fiat.git#egg=fiat
git+https://github.com/FInAT/FInAT.git#egg=finat
git+https://github.com/firedrakeproject/tsfc.git#egg=tsfc
git+https://github.com/OP2/PyOP2.git#egg=pyop2
git+https://github.com/dolfin-adjoint/pyadjoint.git#egg=pyadjoint@self_adjoint
git+https://github.com/dolfin-adjoint/pyadjoint.git#egg=pyadjoint

0 comments on commit b92cc04

Please sign in to comment.