UNCLASSIFIED - NO CUI
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
bigbang
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Big Bang
bigbang
Commits
0e6b3bd9
Commit
0e6b3bd9
authored
4 years ago
by
Zachariah Dzielinski
Browse files
Options
Downloads
Patches
Plain Diff
Formatting
parent
5f9c5a2c
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!158
Linting for changelog and version
Pipeline
#138667
passed with warnings
4 years ago
Stage: .pre
Stage: smoke tests
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
scripts/lint_version.sh
+2
-2
2 additions, 2 deletions
scripts/lint_version.sh
with
2 additions
and
2 deletions
scripts/lint_version.sh
+
2
−
2
View file @
0e6b3bd9
...
...
@@ -51,8 +51,8 @@ fi
echo
"--------------------------------------------------------"
echo
"Default branch base git repository
version
(
${
BASEGIT_FILE
}
):
$basegit_default_tag
"
echo
"Local branch base git repository
version
(
${
BASEGIT_FILE
}
):
$basegit_local_tag
"
echo
"Default branch base git repository
tag
(
${
BASEGIT_FILE
}
):
$basegit_default_tag
"
echo
"Local branch base git repository
tag
(
${
BASEGIT_FILE
}
):
$basegit_local_tag
"
# error if the versions are not different
if
[[
"
$chart_default_version
"
==
"
$chart_local_version
"
]]
;
then
...
...
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