Fix CI pipeline (replace "pipeline" with "steps")

Moritz Marquardt 2023-08-27 11:10:55 +02:00
rodzic b7bf745863
commit 5a6f415428
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -1,4 +1,4 @@
pipeline:
steps:
# use vendor to cache dependencies
vendor:
image: golang:1.20