File tree 2 files changed +2
-2
lines changed
deployment-examples/docker-compose
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ ARG OS_VERSION=22.04
18
18
ARG OPT_LEVEL=opt
19
19
# Additional bazel flags.
20
20
ARG ADDITIONAL_BAZEL_FLAGS=
21
- # Bash arguments my be passed in here to install any additional dependencies
21
+ # Bash arguments may be passed in here to install any additional dependencies
22
22
# needed by the user. Useful if your worker needs specific dependencies installed.
23
23
ARG ADDITIONAL_SETUP_WORKER_CMD=
24
24
Original file line number Diff line number Diff line change 13
13
# See the License for the specific language governing permissions and
14
14
# limitations under the License.
15
15
16
- # This is a sanity check test to ensure we are caching test results .
16
+ # This is a sanity check test to ensure prometheus metrics server is working .
17
17
18
18
if [[ $UNDER_TEST_RUNNER -ne 1 ]]; then
19
19
echo " This script should be run under run_integration_tests.sh"
You can’t perform that action at this time.
0 commit comments