Skip to content

Commit

Permalink
fix orbfit install and docker container target
Browse files Browse the repository at this point in the history
  • Loading branch information
FusRoman committed Jul 17, 2024
1 parent b54beeb commit 0808f47
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

strategy:
matrix:
container: ["julienpeloton/fink-ci:dev"]
container: ["julienpeloton/fink-ci:latest"]

container:
image: ${{ matrix.container }}
Expand Down
9 changes: 6 additions & 3 deletions script/orbFit_installer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -60,12 +60,15 @@ if [[ ! -d $ORBLOCATE ]]; then
exit
fi

aria2c -x8 http://adams.dm.unipi.it/orbfit/OrbFit5.0.7.tar.gz
# aria2c -x8 http://adams.dm.unipi.it/orbfit/OrbFit5.0.7.tar.gz
# tar -xf OrbFit5.0.7.tar.gz -C $ORBLOCATE
# rm OrbFit5.0.7.tar.gz

git clone -b SourceCode https://github.com/FusRoman/OrbFit.git

tar -xf OrbFit5.0.7.tar.gz -C $ORBLOCATE
mv OrbFit/* $ORBLOCATE

rm OrbFit5.0.7.tar.gz
rm -rf OrbFit

cd $ORBLOCATE

Expand Down

0 comments on commit 0808f47

Please sign in to comment.