Commit bd9dfad8 authored by Bronuh's avatar Bronuh :interrobang:
Browse files

Update .gitlab-ci.yml file

No related merge requests found
Pipeline #12 failed with stages
in 44 seconds
Showing with 1 addition and 1 deletion
+1 -1
......@@ -44,5 +44,5 @@ deploy-job: # This job runs in the deploy stage.
- command -v release-cli >/dev/null 2>&1 || { echo >&2 "Release-cli is not installed. Aborting."; curl --location --output /usr/local/bin/release-cli "https://gitlab.com/api/v4/projects/gitlab-org%2Frelease-cli/packages/generic/release-cli/latest/release-cli-linux-amd64"; chmod +x /usr/local/bin/release-cli;}
release:
name: 'Bleeding edge release'
tag_name: '$CI_COMMIT_TIMESTAMP'
tag_name: 'BleedingEdge'
description: '$CI_COMMIT_MESSAGE'
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment