diff options
| author | Max Audron <audron@cocaine.farm> | 2024-08-12 14:59:47 +0200 |
|---|---|---|
| committer | Max Audron <audron@cocaine.farm> | 2024-08-12 16:52:25 +0200 |
| commit | d212b916c3953d52e47b0a89890b6bf52dec7591 (patch) | |
| tree | 669208bb0ec4bb1ca0e94faea3866120fdc16688 /.gitlab-ci.yml | |
| parent | remove jsonnet lock file (diff) | |
add nix build and module
Diffstat (limited to '.gitlab-ci.yml')
| -rw-r--r-- | .gitlab-ci.yml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 409afdf..68be8eb 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,9 +1,9 @@ --- include: - - project: "cocainefarm/templates/ci" - file: "/rust.yaml" - - project: "cocainefarm/templates/ci" - file: "/tanka.base.yaml" + # - project: "cocainefarm/templates/ci" + # file: "/rust.yaml" + # - project: "cocainefarm/templates/ci" + # file: "/tanka.base.yaml" variables: RUST_RELEASE: "true" |
