Try python instead of python3 in build step

pull/30/head
Or Fleisher 2021-06-30 15:51:08 -04:00
rodzic 56b3f6eb72
commit 39c9da318e
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -9,7 +9,7 @@ pipeline:
build:
image: docker:latest
commands:
- python3 build.py
- python build.py
environment:
CI: "true"
when: