blob: 68be8eb356fc4fd21d90d0809f0070923d4f1213 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
---
include:
# - project: "cocainefarm/templates/ci"
# file: "/rust.yaml"
# - project: "cocainefarm/templates/ci"
# file: "/tanka.base.yaml"
variables:
RUST_RELEASE: "true"
RUST_RELEASE_CRATESIO: "true"
workflow:
rules:
- if: $CI_MERGE_REQUEST_IID
- if: $CI_COMMIT_TAG
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
|