Skip to content
Snippets Groups Projects
Commit 1f6d1aea authored by Huste, Tobias's avatar Huste, Tobias :rabbit:
Browse files

Merge branch 'use_correct_plot_style' into 'master'

Define the report style to be used by default in scripts

Closes #142

See merge request !135
parents a06bb55e 9b5f82c9
No related branches found
No related tags found
1 merge request!135Define the report style to be used by default in scripts
Pipeline #113564 passed
......@@ -25,7 +25,7 @@ build:graphsreport:
- echo "Before script section"
- export APT_CACHE_DIR=`pwd`/apt-cache && mkdir -pv $APT_CACHE_DIR
- apt-get update && apt-get -o dir::cache::archives="$APT_CACHE_DIR" -y install pip
- pip install hifis-surveyval==1.4.0 wordcloud==1.8.1
- pip install hifis-surveyval==1.5.0 wordcloud==1.8.1
- echo "Before script section END."
script:
- if [ ! -e report/fig ]; then mkdir -v report/fig; fi
......
ANONYMOUS_QUESTION_ID: _
CUSTOM_PLOT_STYLE: report_style
DATA_ID_SEPARATOR: _
HIERARCHY_SEPARATOR: /
ID_COLUMN_NAME: id
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment