adds new build and correct error log

This commit is contained in:
Seraphim Strub 2023-03-06 18:27:58 +01:00
parent 3a3dea453d
commit fcff591655
4 changed files with 7 additions and 15 deletions

View file

@ -47,4 +47,10 @@ welcomebot:
stage: build
variables:
GO_CMD: welcomebot
<<: *docker_build
dealsbot:
stage: build
variables:
GO_CMD: dealsbot
<<: *docker_build