Run 'ckan update' before attempting install
This commit is contained in:
parent
6b6bf9cba8
commit
2d28ef8221
3
build.sh
3
build.sh
|
@ -153,6 +153,9 @@ do
|
||||||
# Create a dummy KSP install.
|
# Create a dummy KSP install.
|
||||||
create_dummy_ksp $CURRENT_KSP_VERSION $ghprbActualCommit
|
create_dummy_ksp $CURRENT_KSP_VERSION $ghprbActualCommit
|
||||||
|
|
||||||
|
echo "Running ckan update"
|
||||||
|
mono ckan.exe update
|
||||||
|
|
||||||
echo Running ckan install -c $f
|
echo Running ckan install -c $f
|
||||||
mono --debug ckan.exe install -c $f --headless
|
mono --debug ckan.exe install -c $f --headless
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue