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
e4fdacac
Verified
Commit
e4fdacac
authored
1 year ago
by
Volker Schukai
Browse files
Options
Downloads
Patches
Plain Diff
fix: test ci
parent
6cae56ec
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
devenv.nix
+1
-1
1 addition, 1 deletion
devenv.nix
with
1 addition
and
1 deletion
devenv.nix
+
1
−
1
View file @
e4fdacac
...
@@ -296,7 +296,7 @@ in {
...
@@ -296,7 +296,7 @@ in {
${
pkgs
.
git
}
/bin/git pull origin $CI_COMMIT_REF_NAME
${
pkgs
.
git
}
/bin/git pull origin $CI_COMMIT_REF_NAME
NEWVERSION=$(
${
inputs
.
version
.
defaultPackage
.
"
${
builtins
.
currentSystem
}
"
}
/bin/version predict --git exit-code-if-no-bump)
NEWVERSION=$(
${
inputs
.
version
.
defaultPackage
.
"
${
builtins
.
currentSystem
}
"
}
/bin/version predict --git exit-code-if-no-bump)
if [[ $? -e
q
0 ]]; then
if [[ $? -
n
e 0 ]]; then
echo " ✖ No bump wanted."
echo " ✖ No bump wanted."
exit 0
exit 0
fi
fi
...
...
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