Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Version
Manage
Activity
Members
Plan
Jira
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
OSS
Utilities
Version
Commits
28f38a08
Verified
Commit
28f38a08
authored
1 year ago
by
Volker Schukai
Browse files
Options
Downloads
Patches
Plain Diff
fix: ci
parent
09f7aa97
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+7
-6
7 additions, 6 deletions
.gitlab-ci.yml
devenv.nix
+8
-7
8 additions, 7 deletions
devenv.nix
with
15 additions
and
13 deletions
.gitlab-ci.yml
+
7
−
6
View file @
28f38a08
...
...
@@ -16,12 +16,13 @@
-
tag
-
release
debug
:
tags
:
-
nixos
stage
:
tag
script
:
-
export
# if you want to debug the ci pipeline, uncomment the following lines
#debug:
# tags:
# - nixos
# stage: tag
# script:
# - export
tag-it
:
tags
:
...
...
This diff is collapsed.
Click to expand it.
devenv.nix
+
8
−
7
View file @
28f38a08
...
...
@@ -134,12 +134,13 @@ tasks:
- tag
- release
debug:
tags:
- nixos
stage: tag
script:
- export
# if you want to debug the ci pipeline, uncomment the following lines
#debug:
# tags:
# - nixos
# stage: tag
# script:
# - export
tag-it:
tags:
...
...
@@ -331,7 +332,7 @@ in {
${
pkgs
.
git
}
/bin/git log --decorate=short --pretty=oneline
${
pkgs
.
git
}
/bin/git tag -a "
''$
{NEWVERSION}" -m "chore: Release
''$
{NEWVERSION} - RELEASE
_IT
"
${
pkgs
.
git
}
/bin/git tag -a "
''$
{NEWVERSION}" -m "chore: Release
''$
{NEWVERSION} -
DO_
RELEASE"
${
pkgs
.
git
}
/bin/git push origin $CI_COMMIT_REF_NAME --tags
''
;
...
...
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