Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
piphone-front
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
2
Issues
2
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
La Quadrature du Net
piphone
piphone-front
Commits
e5135eb9
Commit
e5135eb9
authored
Jun 13, 2017
by
Okhin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixing variables for the CI
parent
4be929e1
Pipeline
#1108
passed with stage
in 0 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
ci/install.sh
ci/install.sh
+3
-3
No files found.
ci/install.sh
View file @
e5135eb9
...
@@ -10,9 +10,9 @@ fi
...
@@ -10,9 +10,9 @@ fi
export
CI_PROJECT_NAME
=
$(
basename
$CI_PROJECT_DIR
)
export
CI_PROJECT_NAME
=
$(
basename
$CI_PROJECT_DIR
)
if
[
-z
"
$CI_
BUILD_REPO
"
]
if
[
-z
"
$CI_
REPOSITORY_URL
"
]
then
then
echo
"CI_
BUILD_REPO
undefined"
echo
"CI_
REPOSITORY_URL
undefined"
exit
1
exit
1
fi
fi
...
@@ -22,7 +22,7 @@ then
...
@@ -22,7 +22,7 @@ then
cd
$CI_PROJECT_NAME
cd
$CI_PROJECT_NAME
git pull origin master
git pull origin master
else
else
git clone
$CI_
BUILD_REPO
$CI_PROJECT_NAME
git clone
$CI_
REPOSITORY_URL
$CI_PROJECT_NAME
cd
$CI_PROJECT_NAME
cd
$CI_PROJECT_NAME
fi
fi
...
...
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