kaka.farm

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit 03aaef566c337a77d16b53a629707aa51d2829f0
parent c8b8d9d57d8c363bf0f292aa46e891dc226add8c
Author: Yuval Langer <yuval.langer@gmail.com>
Date:   Wed, 12 Jun 2019 22:50:47 +0300

Add `dev` branch to the pipeline, and a Makefile command for gitlab-ci.

Diffstat:
M.gitlab-ci.yml | 1+
MMakefile | 3+++
2 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml @@ -13,3 +13,4 @@ pages: - public/ only: - master + - dev diff --git a/Makefile b/Makefile @@ -6,3 +6,6 @@ build: build-drafts: cobalt build --drafts + +gitlab-ci: + ./cobalt build -d public