mirror of
https://github.com/ansible-collections/hetzner.hcloud
synced 2024-11-10 06:34:13 +00:00
ci: fix gitlab pipeline not running (#253)
* ci: fix gitlab pipeline not running * ci: bump gitlab python version to 3.10
This commit is contained in:
parent
3055f4ab08
commit
0c9d519b45
1 changed files with 6 additions and 1 deletions
|
@ -1,10 +1,15 @@
|
|||
include:
|
||||
- project: cloud/integrations/ci
|
||||
file:
|
||||
- default.yml
|
||||
|
||||
stages:
|
||||
- lint
|
||||
- sanity
|
||||
- integration
|
||||
|
||||
variables:
|
||||
PYTHON_VERSION: "3.9"
|
||||
PYTHON_VERSION: "3.10"
|
||||
|
||||
default:
|
||||
image: python:$PYTHON_VERSION
|
||||
|
|
Loading…
Reference in a new issue