From f500f2a652cdc25efa5f40e195f2ddc2acfcbb80 Mon Sep 17 00:00:00 2001 From: Florian Hoss Date: Fri, 23 Jun 2023 11:39:41 +0200 Subject: [PATCH] No promt for install --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6703937..d44ecf2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -74,7 +74,7 @@ deploy-job: TBOT_GITLAB_JWT: aud: tp.fhoss.de script: - - apt-get update && apt-get install curl + - apt-get update && apt-get install curl -y - cd /tmp - 'curl -O https://cdn.teleport.dev/teleport-v${TELEPORT_VERSION}-linux-amd64-bin.tar.gz' - tar -xvf teleport-v${TELEPORT_VERSION}-linux-amd64-bin.tar.gz