No promt for install
This commit is contained in:
parent
e94327f939
commit
f500f2a652
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ deploy-job:
|
||||||
TBOT_GITLAB_JWT:
|
TBOT_GITLAB_JWT:
|
||||||
aud: tp.fhoss.de
|
aud: tp.fhoss.de
|
||||||
script:
|
script:
|
||||||
- apt-get update && apt-get install curl
|
- apt-get update && apt-get install curl -y
|
||||||
- cd /tmp
|
- cd /tmp
|
||||||
- 'curl -O https://cdn.teleport.dev/teleport-v${TELEPORT_VERSION}-linux-amd64-bin.tar.gz'
|
- '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
|
- tar -xvf teleport-v${TELEPORT_VERSION}-linux-amd64-bin.tar.gz
|
||||||
|
|
Loading…
Reference in a new issue