Skip to content

Commit

Permalink
making sure we launch in latest's
Browse files Browse the repository at this point in the history
  • Loading branch information
germa89 committed Mar 22, 2024
1 parent 37e59f2 commit 7aaefa6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .ci/start_mapdl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@ if [[ $MAPDL_VERSION == *"ubuntu"* ]] ; then
export EXEC_PATH=/ansys_inc/v$VERSION/ansys/bin/mapdl
export P_SCHEMA=/ansys_inc/v$VERSION/ansys/ac4/schema

elif [[ $MAPDL_VERSION == *"latest-ubuntu"* ]]; then
echo "It is latest-ubuntu. Using 'ansys' script to launch"
export EXEC_PATH=ansys
# export P_SCHEMA=/ansys_inc/ansys/ac4/schema

else
echo "It is a CentOS based image"
export EXEC_PATH=/ansys_inc/ansys/bin/mapdl
Expand Down

0 comments on commit 7aaefa6

Please sign in to comment.