From 042ac9c07b10b6bd89efbc3b7188046e69b8094d Mon Sep 17 00:00:00 2001 From: kjuulh Date: Fri, 11 Aug 2023 17:24:57 +0200 Subject: [PATCH] feat: update pr script to not use unnused variables Signed-off-by: kjuulh --- scripts/ci:pr.sh | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/scripts/ci:pr.sh b/scripts/ci:pr.sh index 530bd01..e73d4b6 100755 --- a/scripts/ci:pr.sh +++ b/scripts/ci:pr.sh @@ -8,10 +8,4 @@ if [[ -n "$CI_PREFIX" ]]; then CMD_PREFIX="$CI_PREFIX" fi - -$CMD_PREFIX pull-request \ - --mkdocs-image "$MKDOCS_IMAGE" \ - --caddy-image "$CADDY_IMAGE" \ - --image "$REGISTRY/$SERVICE" \ - --tag "main-$(date +%s)" \ - --bin-name "$SERVICE" \ No newline at end of file +$CMD_PREFIX pull-request