Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
compose.libre.sh
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
17
Issues
17
List
Boards
Labels
Milestones
Merge Requests
4
Merge Requests
4
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
libre.sh
compose.libre.sh
Commits
6451e911
Commit
6451e911
authored
Mar 25, 2020
by
Michel Memeteau
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix typo , repo mode works now
parent
ba58e277
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
utils/provision
utils/provision
+2
-1
No files found.
utils/provision
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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment