Skip to content
Snippets Groups Projects
Commit b43fbf97 authored by Christoph Alt's avatar Christoph Alt
Browse files

fixed a test command

parent d983b76a
No related branches found
No related tags found
No related merge requests found
Pipeline #642546 passed
Pipeline: cx-test

#642547

    ......@@ -34,7 +34,7 @@ cat << 'EOF'
    WALBERLA_URL="${WALBERLA_GITLAB_INSTANCE}/${WALBERLA_PROJECT_ID}"
    EOF
    if [ -n "${HOST_SPECIFIC_MODULES}"]; then
    if [ -n "${HOST_SPECIFIC_MODULES}" ]; then
    for module in "$HOST_SPECIFIC_MODULES";
    do
    echo "module load ${module}"
    ......
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Finish editing this message first!
    Please register or to comment