Update .gitlab-ci.yml file to remove the artifact

This commit is contained in:
Miguel de la Cruz 2023-03-02 15:35:21 +00:00
parent 8c77e1a33f
commit e023b80313

View file

@ -10,9 +10,6 @@ build:
stage: build stage: build
script: script:
- make build - make build
artifacts:
paths:
- campaigner
stages: stages:
- lint - lint