kaka.farm

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

commit c8b8d9d57d8c363bf0f292aa46e891dc226add8c
parent 32d1aa4a54dffc8d596e68af2a2d238f071b9ad1
Author: Yuval Langer <yuval.langer@gmail.com>
Date:   Wed, 12 Jun 2019 22:43:16 +0300

Copy also to /bin/?

Diffstat:
M.gitlab-ci.yml | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml @@ -6,6 +6,7 @@ pages: - wget https://github.com/cobalt-org/cobalt.rs/releases/download/v0.15.4/cobalt-v0.15.4-x86_64-unknown-linux-gnu.tar.gz - tar xvf cobalt-v0.15.4-x86_64-unknown-linux-gnu.tar.gz - cp cobalt /usr/bin/ + - cp cobalt /bin/ - cobalt build -d public artifacts: paths: