Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
compose.libre.sh
Manage
Activity
Members
Labels
Plan
Issues
18
Issue boards
Milestones
Wiki
Code
Merge requests
3
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
compose.libre.sh
Commits
6451e911
Commit
6451e911
authored
5 years ago
by
Michel Memeteau
Browse files
Options
Downloads
Patches
Plain Diff
Fix typo , repo mode works now
parent
ba58e277
No related branches found
No related tags found
1 merge request
!188
Resolve "REPO mode to retrieve application recipe"
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
utils/provision
+2
-1
2 additions, 1 deletion
utils/provision
with
2 additions
and
1 deletion
utils/provision
+
2
−
1
View file @
6451e911
...
...
@@ -103,9 +103,10 @@ function buy_domain_name () {
}
function
application
()
{
#We check if a APP_REPO_URL was specified
if
[
-z
${
APP_REPO_URL
:-}
]
;
then
if
[
-z
${
APP_REPO_URL
:-}
]
;
then
warning
"NO repo URL specified, using argument as full URL"
git_url
=
https://
${
arg_a
}
.git
else
...
...
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