ci: add dummy settings
This commit is contained in:
parent
8ba7ca44b6
commit
981ccceab0
1 changed files with 3 additions and 0 deletions
|
|
@ -5,6 +5,9 @@ stages:
|
|||
- build
|
||||
test:
|
||||
stage: test
|
||||
variables:
|
||||
TAILSCALESD_API_KEY: tskey-dummy
|
||||
TAILSCALESD_TAILNET: example.com
|
||||
script:
|
||||
- apt-get update
|
||||
- apt-get install -y make python3-poetry
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue