Skip to content

Commit

Permalink
Use . in start_ci2.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
zmoon authored and Matthew Graber committed Oct 22, 2024
1 parent 21f6582 commit 628ccc0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/start_ci2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ if [ ! -f /.dockerenv ]; then
exit 1
fi

source ../version.sh
. ../version.sh

cp httpd.conf /etc/httpd/conf/
mkdir -p /build/test/ci_tests
Expand Down Expand Up @@ -117,4 +117,4 @@ python3 /usr/bin/oe2_wms_configure.py ../src/test/mapserver_test_data/test.yaml

echo 'Restarting Apache server'
/usr/sbin/httpd -k restart
sleep 2
sleep 2

0 comments on commit 628ccc0

Please sign in to comment.