Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
bash-static
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Fractal
bash-static
Commits
b0f13361
Commit
b0f13361
authored
4 years ago
by
“Fractal”
Browse files
Options
Downloads
Patches
Plain Diff
Changed .forge-ci.yml
parent
eec095f9
No related branches found
Branches containing commit
Tags
d0.3
Tags containing commit
No related merge requests found
Pipeline
#3166
passed with stage
in 14 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.forge-ci.yml
+3
-12
3 additions, 12 deletions
.forge-ci.yml
with
3 additions
and
12 deletions
.forge-ci.yml
+
3
−
12
View file @
b0f13361
...
...
@@ -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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment