UNCLASSIFIED

Commit 8a5bcf07 authored by alexander.klepal's avatar alexander.klepal
Browse files

Merge branch 'start.sh-typo-fix' into 'development'

fixed typo

See merge request !27
parents 2cd8f1f5 f39a68f6
Pipeline #224937 failed with stages
in 4 minutes and 1 second
#!/bin/sh #!/bin/sh
rm -rf "$WORKPACE_PATH/lost+found" rm -rf "$WORKSPACE_PATH/lost+found"
if [ ! -z $BEASTCODE_BEASTCORE_ENABLEAUTH ]; then if [ ! -z $BEASTCODE_BEASTCORE_ENABLEAUTH ]; then
TEMPLATE_PATH=/beast-core/appsettings.json.j2 TEMPLATE_PATH=/beast-core/appsettings.json.j2
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment