Skip to content

Commit

Permalink
Merge pull request #5 from takipi/feature/OOE-53
Browse files Browse the repository at this point in the history
[OOE-53] Updated API Client version and added new parameters to script
  • Loading branch information
ccaspanello authored Jul 2, 2020
2 parents 2521310 + 9ec3350 commit e4a3ec7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<fileName>gitlab-overops</fileName>
<version.takipi>2.33.2</version.takipi>
<version.takipi>2.34.0</version.takipi>
<docker.image.prefix>overops</docker.image.prefix>
</properties>

Expand Down
4 changes: 3 additions & 1 deletion src/docker/run-quality-report.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
java -jar /opt/gitlab-overops.jar \
${OVEROPS_APP_URL:+--overOpsAppURL=$OVEROPS_APP_URL} \
${OVEROPS_URL:+--overOpsURL=$OVEROPS_URL} \
${OVEROPS_SID:+--overOpsSID=$OVEROPS_SID} \
${OVEROPS_API_KEY:+--overOpsAPIKey=$OVEROPS_API_KEY} \
Expand All @@ -20,4 +21,5 @@ java -jar /opt/gitlab-overops.jar \
${OVEROPS_APPLY_SEASONALITY:+--applySeasonality=$OVEROPS_APPLY_SEASONALITY} \
${OVEROPS_SHOW_EVENTS_FOR_PASSED_GATES:+--showEventsForPassedGates=$OVEROPS_SHOW_EVENTS_FOR_PASSED_GATES} \
${OVEROPS_DEBUG:+--debug=$OVEROPS_DEBUG} \
${OVEROPS_CHECK:+--checkVersion=$OVEROPS_CHECK}
${OVEROPS_CHECK:+--checkVersion=$OVEROPS_CHECK} \
${OVEROPS_LINK:+--link=$OVEROPS_LINK}

0 comments on commit e4a3ec7

Please sign in to comment.