Skip to content
Snippets Groups Projects
Commit cfe488b2 authored by erwan's avatar erwan
Browse files

ci: run-kind2.sh failed if not under git

parent 9d2bec8c
No related branches found
No related tags found
No related merge requests found
Pipeline #214645 failed
#!/bin/bash #!/bin/bash
set -x set -x
if [ -z ${ROOTDIR+x} ]; then ROOTDIR=$(git rev-parse --show-toplevel); fi # ougth to be set to the sasa dir
if [ -z ${ROOTDIR+x} ]; then ROOTDIR=$(git rev-parse --show-toplevel || pwd | sed -e 's/sasa/sasa$/' | cut -d '$' -f1); fi
LIB_LUS="${ROOTDIR}/test/lustre/round.lus ${ROOTDIR}/salut/lib/daemon.lus" LIB_LUS="${ROOTDIR}/test/lustre/round.lus ${ROOTDIR}/salut/lib/daemon.lus"
......
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