mirror of
https://gitlab.com/wirelos/sprocket-plugin-web.git
synced 2025-12-14 14:01:27 +01:00
pin ci build image versions
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
image: python:2.7-stretch
|
image: python:3.12.10
|
||||||
|
|
||||||
stages:
|
stages:
|
||||||
- build
|
- build
|
||||||
@@ -8,7 +8,7 @@ before_script:
|
|||||||
|
|
||||||
examples:
|
examples:
|
||||||
stage: build
|
stage: build
|
||||||
image: python:2.7-stretch
|
image: python:3.12.10
|
||||||
script:
|
script:
|
||||||
- pio run -t clean
|
- pio run --target clean
|
||||||
- pio run -e basic
|
- pio run
|
||||||
Reference in New Issue
Block a user