Skip to content
Snippets Groups Projects
Commit b0f13361 authored by “Fractal”'s avatar “Fractal”
Browse files

Changed .forge-ci.yml

parent eec095f9
No related branches found
Tags d0.3
No related merge requests found
Pipeline #3166 passed with stage
in 14 seconds
......@@ -5,7 +5,7 @@ build:
except: [ tags ]
script:
# - ./meow
- echo "Dummy File!" >"dummy.txt"
- echo "Dummy File no tags!" >"dummy.txt"
artifacts:
paths:
# - ./bash-static-binary-*.tar.bz2
......@@ -17,21 +17,12 @@ build_tags:
only: [ tags ]
script:
# - ./meow
- echo "Dummy File!" >"dummy.txt"
- echo "Dummy File tags!" >"dummy.txt"
artifacts:
paths:
# - ./bash-static-binary-*.tar.bz2
- ./dummy.txt
expire_in: never
# Dummy line
release_job:
only: [ tags ]
stage: .post
image: registry.gitlab.com/gitlab-org/release-cli:latest
script:
- echo 'running release_job'
release:
name: 'Release $CI_COMMIT_TAG'
description: 'Created using the release-cli $EXTRA_DESCRIPTION' # $EXTRA_DESCRIPTION must be defined
......@@ -39,4 +30,4 @@ release_job:
ref: '$CI_COMMIT_TAG'
milestones:
- 'Test Release Using Release CI'
# released_at: '2020-07-15T08:00:00Z' # Optional, is auto generated if not defined, or can use a variable.
# Dummy line
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment