Skip to content

Commit

Permalink
update cdash builds to use master not develop
Browse files Browse the repository at this point in the history
  • Loading branch information
jedwards4b committed Apr 12, 2019
1 parent cf1764e commit 748255b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions ctest/runcdash-nwscla-gnu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ fi
cd "$PIO_DASHBOARD_ROOT"

if [ ! -d src ]; then
git clone --branch develop https://github.com/PARALLELIO/ParallelIO src
git clone https://github.com/PARALLELIO/ParallelIO src
fi
cd src
git checkout develop
git pull origin develop
git checkout master
git pull origin master

ctest -S CTestScript.cmake,${model} -VV
6 changes: 3 additions & 3 deletions ctest/runcdash-nwscla-intel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ fi
cd "$PIO_DASHBOARD_ROOT"

if [ ! -d src ]; then
git clone --branch develop https://github.com/PARALLELIO/ParallelIO src
git clone https://github.com/PARALLELIO/ParallelIO src
fi
cd src
git checkout develop
git pull origin develop
git checkout master
git pull origin master

ctest -S CTestScript.cmake,${model} -VV
6 changes: 3 additions & 3 deletions ctest/runcdash-nwscla-pgi.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ fi
cd "$PIO_DASHBOARD_ROOT"

if [ ! -d src ]; then
git clone --branch develop https://github.com/PARALLELIO/ParallelIO src
git clone https://github.com/PARALLELIO/ParallelIO src
fi
cd src
git checkout develop
git pull origin develop
git checkout master
git pull origin master

ctest -S CTestScript.cmake,${model} -VV

0 comments on commit 748255b

Please sign in to comment.