Skip to content

Commit

Permalink
fixup! Refactored build.py.
Browse files Browse the repository at this point in the history
  • Loading branch information
bilke committed Feb 14, 2019
1 parent b38adfa commit eba2cef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ pipeline {
if (params.convert)
convert = '--convert'
if (params.runtime)
convert = '--runtime-only'
runtime = '--runtime-only'
docker.withRegistry('https://registry.opengeosys.org', 'gitlab-bilke-api') {
sh """
python3 -m venv ./venv
Expand Down
2 changes: 1 addition & 1 deletion build.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
default=['ufz/ogs@master'],
help='OGS GitHub repo in the form \'user/repo@branch\' '
'or \'off\' to disable OGS building')
options_g.add_argument('--cmake_args', nargs='*', type=str, default='',
options_g.add_argument('--cmake_args', nargs='*', type=str, default=[''],
help='CMake argument sets have to be quoted and **must**'
' start with a space. e.g. --cmake_args \' -DFIRST='
'TRUE -DFOO=BAR\' \' -DSECOND=TRUE\'')
Expand Down

0 comments on commit eba2cef

Please sign in to comment.