From a34ddc5af4317dadebf38f8eed4292a91cd3f898 Mon Sep 17 00:00:00 2001 From: Owen Cabalceta Date: Wed, 9 Oct 2024 12:36:10 -0400 Subject: [PATCH] fix: move the execution instructions to the first line --- .release/docker/entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.release/docker/entrypoint.sh b/.release/docker/entrypoint.sh index c377b124..67742857 100755 --- a/.release/docker/entrypoint.sh +++ b/.release/docker/entrypoint.sh @@ -1,6 +1,6 @@ +#!/usr/bin/env sh # SPDX-FileCopyrightText: 2023 Comcast Cable Communications Management, LLC # SPDX-License-Identifier: Apache-2.0 -#!/usr/bin/env sh set -e # check arguments for an option that would cause /caduceus to stop