Skip to content

Commit

Permalink
Merge 7c05991 into 61be960
Browse files Browse the repository at this point in the history
  • Loading branch information
themarcelor committed Apr 14, 2021
2 parents 61be960 + 7c05991 commit dca1694
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!groovy

@Library('cdis-jenkins-lib@master') _
@Library('cdis-jenkins-lib@chore/identify_forked_repo_branches') _

testPipeline {
}
6 changes: 5 additions & 1 deletion fence/blueprints/misc.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ def version():
Return the version of this service.
"""

base = {"version": VERSION, "commit": COMMIT}
base = {
"MY_EXTERNAL_CONTRIBUTOR_TEST": "YOLO2!",
"version": VERSION,
"commit": COMMIT,
}

return flask.jsonify(base), 200

0 comments on commit dca1694

Please sign in to comment.