Installing pyminder only when beeminder is turned on
This commit is contained in:
parent
90882c353f
commit
d0acd0c8d4
2
{{cookiecutter.paper_repo_name}}/Jenkinsfile
vendored
2
{{cookiecutter.paper_repo_name}}/Jenkinsfile
vendored
@ -13,7 +13,9 @@ pipeline {
|
|||||||
steps {
|
steps {
|
||||||
withEnv(["HOME=${env.WORKSPACE}"]) {
|
withEnv(["HOME=${env.WORKSPACE}"]) {
|
||||||
sh """
|
sh """
|
||||||
|
{% if cookiecutter.beeminder_support == 'yes' %}
|
||||||
pip3 install pyyaml pyminder
|
pip3 install pyyaml pyminder
|
||||||
|
{% endif %}
|
||||||
make clean
|
make clean
|
||||||
make
|
make
|
||||||
"""
|
"""
|
||||||
|
Loading…
Reference in New Issue
Block a user