1
0
Fork 0

fix(build): define template for curl jobs

This commit is contained in:
Sean Sube 2023-01-11 17:23:44 -06:00
parent a3fe2ca559
commit 9f7e16b62f
1 changed files with 4 additions and 0 deletions

View File

@ -54,6 +54,10 @@ stages:
- .build-base
image: docker.io/python:3.10
.build-curl:
extends:
- .build-python
build-api-coverage:
extends:
- .build-python