Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
piphone-sip
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
3
Issues
3
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
La Quadrature du Net
piphone
piphone-sip
Commits
fad2f95b
Commit
fad2f95b
authored
Aug 04, 2016
by
okhin
🚴
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixign the script
parent
82fce7d8
Pipeline
#66
failed with stage
in 0 seconds
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
.gitlab-ci.yml
.gitlab-ci.yml
+2
-1
ci/install.sh
ci/install.sh
+2
-1
No files found.
.gitlab-ci.yml
View file @
fad2f95b
...
...
@@ -7,7 +7,8 @@ stages:
job install
:
script
:
-
bash ci/install.sh
-
chmod a+x ci/install.sh
-
./ci/install.sh
-
deactivate
stage
:
install
tags
:
...
...
ci/install.sh
View file @
fad2f95b
...
...
@@ -7,10 +7,11 @@ then
echo
"CI_PROJECT_NAME undefined"
exit
1
fi
if
[
-z
"
$CI_BUILD_REPO
"
]
then
echo
"CI_BUILD_REPO undefined"
exit
1
then
fi
cd
/srv/piphone
...
...
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