ttcn3-pgw-test: fix jenkins.sh: do not use bash specific syntax
On some systems /bin/sh is a symbolic link to bash, so everything works fine. On systems where /bin/sh is a real sh, copy fails: cp: cannot access 'open5gs-{smf,upf,nrf}.yaml': No such file or directory Change-Id: I64e9ddefdb6deb21b3bce3bc1af875a92919e6c9 Related: SYS#5602changes/08/27008/1
parent
ed54b1c967
commit
290df47815
|
@ -15,7 +15,7 @@ cp osmo-uecups-daemon.cfg $VOL_BASE_DIR/osmo-uecups/
|
|||
|
||||
mkdir $VOL_BASE_DIR/pgw
|
||||
cp freeDiameter-smf.conf $VOL_BASE_DIR/pgw/
|
||||
cp open5gs-{smf,upf,nrf}.yaml $VOL_BASE_DIR/pgw/
|
||||
cp open5gs-*.yaml $VOL_BASE_DIR/pgw/
|
||||
|
||||
SUBNET=18
|
||||
network_create $SUBNET
|
||||
|
|
Loading…
Reference in New Issue