File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 2121 <properties >
2222 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
2323 <fileName >gitlab-overops</fileName >
24- <version .takipi>2.33.2 </version .takipi>
24+ <version .takipi>2.34.0 </version .takipi>
2525 <docker .image.prefix>overops</docker .image.prefix>
2626 </properties >
2727
Original file line number Diff line number Diff line change 11java -jar /opt/gitlab-overops.jar \
2+ ${OVEROPS_APP_URL: +--overOpsAppURL=$OVEROPS_APP_URL } \
23 ${OVEROPS_URL: +--overOpsURL=$OVEROPS_URL } \
34 ${OVEROPS_SID: +--overOpsSID=$OVEROPS_SID } \
45 ${OVEROPS_API_KEY: +--overOpsAPIKey=$OVEROPS_API_KEY } \
@@ -20,4 +21,5 @@ java -jar /opt/gitlab-overops.jar \
2021 ${OVEROPS_APPLY_SEASONALITY: +--applySeasonality=$OVEROPS_APPLY_SEASONALITY } \
2122 ${OVEROPS_SHOW_EVENTS_FOR_PASSED_GATES: +--showEventsForPassedGates=$OVEROPS_SHOW_EVENTS_FOR_PASSED_GATES } \
2223 ${OVEROPS_DEBUG: +--debug=$OVEROPS_DEBUG } \
23- ${OVEROPS_CHECK: +--checkVersion=$OVEROPS_CHECK }
24+ ${OVEROPS_CHECK: +--checkVersion=$OVEROPS_CHECK } \
25+ ${OVEROPS_LINK: +--link=$OVEROPS_LINK }
You can’t perform that action at this time.
0 commit comments