| Hash | Commit message | Author | Date | Files | + | - |
1 | commit 83fbbfdc95a894a88a3a2974e9e20856799da9a1 |
2 | Author: Connor Etherington <[email protected]> |
3 | Date: Fri Sep 13 23:00:49 2024 +0200 |
4 | |
5 | Install release-cli and create GitLab release |
6 | --- |
7 | .gitlab-ci.yml | 3 ++- |
8 | 1 file changed, 2 insertions(+), 1 deletion(-) |
9 | |
10 | diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml |
11 | index 0fd0a84..90136d1 100644 |
12 | --- a/.gitlab-ci.yml |
13 | +++ b/.gitlab-ci.yml |
14 | @@ -1,9 +1,10 @@ |
15 | +image: alpine:latest |
16 | + |
17 | stages: |
18 | - release |
19 | |
20 | release_job: |
21 | stage: release |
22 | - image: ruby:3.1 |
23 | before_script: |
24 | - apt-get update -y |
25 | - apt-get install -y curl |