Skip to content

Commit

Permalink
Change Snapshot Download Name
Browse files Browse the repository at this point in the history
  • Loading branch information
mgoellnitz committed Mar 26, 2024
1 parent e60dfc9 commit 6d5b2e9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright 2019-2022 Martin Goellnitz
# Copyright 2019-2024 Martin Goellnitz
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
Expand All @@ -20,10 +20,10 @@ before_script:
- export GRADLE_USER_HOME=/tmp/.gradle

stages:
- trackdown
- build

build:
stage: trackdown
trackdown:
stage: build
script:
- apt update
- apt install -yq jq file curl mercurial git bash bash-completion
Expand All @@ -33,7 +33,7 @@ build:
paths:
- trackdown*
expire_in: 5 days
name: ${CI_BUILD_STAGE}
name: ${CI_JOB_NAME}-${CI_COMMIT_REF_NAME}

cache:
paths:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![Latest Release](https://img.shields.io/github/release/mgoellnitz/trackdown.svg)](https://github.com/mgoellnitz/trackdown/releases/latest)
[![License](https://img.shields.io/github/license/mgoellnitz/trackdown.svg)](https://github.com/mgoellnitz/trackdown/blob/master/LICENSE)
[![Build](https://img.shields.io/gitlab/pipeline/mgoellnitz/trackdown.svg)](https://gitlab.com/mgoellnitz/trackdown/pipelines)
[![Download](https://img.shields.io/badge/Download-Snapshot-blue)](https://gitlab.com/mgoellnitz/trackdown/-/jobs/artifacts/master/download?job=build)
[![Download](https://img.shields.io/badge/Download-Snapshot-blue)](https://gitlab.com/mgoellnitz/trackdown/-/jobs/artifacts/master/download?job=trackdown)

Issue Tracking with plain [Markdown][markdown] for [GIT][git] and
[Mercurial][hg].
Expand Down

0 comments on commit 6d5b2e9

Please sign in to comment.