Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
common
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
Model registry
Operate
Environments
Monitor
Incidents
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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
libre.sh
kubernetes
common
Commits
6ba54f85
Commit
6ba54f85
authored
3 years ago
by
Pierre Ozoux
Browse files
Options
Downloads
Patches
Plain Diff
Fixes NC_VERSION for alpha.
parent
918b0c53
No related branches found
Branches containing commit
No related tags found
Loading
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
libre
+1
-1
1 addition, 1 deletion
libre
with
1 addition
and
1 deletion
libre
+
1
−
1
View file @
6ba54f85
...
...
@@ -36,7 +36,7 @@ source ./.env
#cat ./version.php | grep 'array(' | cut -d\( -f2 | cut -d\) -f1 | sed 's/,/\./g'
if
[
"
${
APP
}
"
=
"nextcloud"
]
;
then
if
[
"
${
VERSION
}
"
=
"alpha"
]
;
then
export
NC_VERSION
=
22.1.1.
1
export
NC_VERSION
=
22.1.1.
2
export
NC_IMAGE_TAG
=
22.1.1-2021-09-08
export
NC_WEB_IMAGE_TAG
=
22.1.1-web-2021-09-08
elif
[
"
${
VERSION
}
"
=
"beta"
]
;
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