aboutsummaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorMax Audron <audron@cocaine.farm>2021-10-10 16:37:20 +0200
committerMax Audron <audron@cocaine.farm>2021-10-10 16:37:20 +0200
commit3c84c82c2414864e0785a1cf1da46eeddb855d0d (patch)
treedb6c0547926befd128c4626dd618b2ec806739e1 /.gitlab-ci.yml
parentadd openssl-dev as dep to build jobs (diff)
replace openssl with rustls for reqwest
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml13
1 files changed, 1 insertions, 12 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 914b144..b0daa59 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,3 +1,4 @@
+---
include:
- project: "cocainefarm/templates/ci"
file: "/rust.yaml"
@@ -8,18 +9,6 @@ include:
rules:
- if: $CI_COMMIT_TAG
-test:
- before_script:
- - apk add openssl-dev
-
-coverage:
- before_script:
- - apk add openssl-dev
-
-build:
- before_script:
- - apk add openssl-dev
-
workflow:
rules:
- if: $CI_MERGE_REQUEST_IID