Skip to content

Commit

Permalink
svn gone
Browse files Browse the repository at this point in the history
  • Loading branch information
edoapra committed Mar 27, 2024
1 parent 04f0214 commit 036b616
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/nwchem-podman-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,11 @@ jobs:
cd /tmp
umask u=rwx,g=rwx,o=rwx
umask -S
svn export https://github.com/nwchemgit/nwchem/trunk/QA >& svnout.log
git clone --no-checkout https://github.com/nwchemgit/nwchem
cd nwchem
git sparse-checkout init --cone
git sparse-checkout set QA
git checkout
cd QA
podman run --rm -e LD_LIBRARY_PATH="$MYLDPATH" \
-e HWLOC_HIDE_ERRORS=2 -w /opt/nwchem/QA \
Expand Down

0 comments on commit 036b616

Please sign in to comment.