Skip to content
This repository was archived by the owner on Jun 4, 2024. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ steps:
- name: Run tests
image: golang:1.20.2
environment:
RUNNER_TEMP: /tmp
TELEPORT_ENTERPRISE_LICENSE:
from_secret: TELEPORT_ENTERPRISE_LICENSE
TELEPORT_GET_VERSION: v12.1.0
Expand Down Expand Up @@ -83,6 +84,7 @@ steps:

- name: Run tests
environment:
RUNNER_TEMP: /tmp
TELEPORT_ENTERPRISE_LICENSE:
from_secret: TELEPORT_ENTERPRISE_LICENSE
TELEPORT_GET_VERSION: v12.1.0
Expand Down Expand Up @@ -1386,6 +1388,6 @@ steps:
from_secret: PRODUCTION_TERRAFORM_REGISTRY_SIGNING_KEY
---
kind: signature
hmac: a977505de6716028f0f1f8569a9f93fdc46eaecd6c86549441f98a4a5d779cdd
hmac: 7f2f502f7e2232b67189a6db58f998377a32ca83a91deff4744985970adf969b

...