summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorckonstanski <carlos.konstanski@olo.com>2026-01-14 11:33:47 -0700
committerckonstanski <carlos.konstanski@olo.com>2026-01-14 11:33:47 -0700
commitf225b453fc738d9322aca9b5bf72a3b11a39dcc8 (patch)
tree565f52c98109487ce436ab008f94e2e7515861dd
parent07f67d57296c8c1e52c5283b7d710eeb99ac8384 (diff)
stuff
-rw-r--r--ci/Dockerfile2
-rw-r--r--lisp/webapps/snow/clojurescript/snow/src/core.cljs2
2 files changed, 2 insertions, 2 deletions
diff --git a/ci/Dockerfile b/ci/Dockerfile
index 9058561..5661f22 100644
--- a/ci/Dockerfile
+++ b/ci/Dockerfile
@@ -1,4 +1,4 @@
-FROM arm64v8/ubuntu:noble
+FROM ubuntu:noble
MAINTAINER Olo Platform Evolution #eng-platform-evolution-help
ADD tmp/docker-start.tar.xz /
ARG OLO_USERNAME=root
diff --git a/lisp/webapps/snow/clojurescript/snow/src/core.cljs b/lisp/webapps/snow/clojurescript/snow/src/core.cljs
index 31df968..28d69c9 100644
--- a/lisp/webapps/snow/clojurescript/snow/src/core.cljs
+++ b/lisp/webapps/snow/clojurescript/snow/src/core.cljs
@@ -755,7 +755,7 @@
(hiccups/defhtml template-octopus-qrs-lsrs-redeploy [jsonobj]
[:h3 {:style "text-align: center"} "Redeploy Queue Retry Service and Log Streaming Retry Service to a single target in the specified environment."]
- [:h5 {:style "text-align: center"} "The target will be chosen at random. The purpose of this tool is to clear the octopus deployment log. For this purpose the choice of target is unimportant."]
+ [:h5 {:style "text-align: center"} "The target will be chosen at random. The purpose of this tool is to truncate the octopus deployment log. For this purpose the choice of target is unimportant."]
[:div {:id "content"}]
[:div {:id "results-submit-ack"}]
[:div {:id "results-submit"}]