BigW Consortium Gitlab
Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gitlab-ce
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Forest Godfrey
gitlab-ce
Commits
d18fe209
Commit
d18fe209
authored
Aug 09, 2016
by
Kamil Trzcinski
Committed by
Alfredo Sumaran
Aug 13, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use new PhantomJS version
parent
30f5b9a5
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
.gitlab-ci.yml
.gitlab-ci.yml
+1
-0
prepare_build.sh
scripts/prepare_build.sh
+3
-3
No files found.
.gitlab-ci.yml
View file @
d18fe209
...
...
@@ -15,6 +15,7 @@ variables:
USE_DB
:
"
true"
USE_BUNDLE_INSTALL
:
"
true"
GIT_DEPTH
:
"
20"
PHANTOMJS_DEB
:
"
phantomjs_2.1.1+dfsg-2_amd64.deb"
before_script
:
-
source ./scripts/prepare_build.sh
...
...
scripts/prepare_build.sh
View file @
d18fe209
...
...
@@ -20,10 +20,10 @@ if [ -f /.dockerenv ] || [ -f ./dockerinit ]; then
# Install phantomjs package
pushd
vendor/apt
if
[
!
-e
phantomjs_1.9.8-0jessie_amd64.deb
]
;
then
wget
-q
https://gitlab.com/axil/phantomjs-debian/raw/master/phantomjs_1.9.8-0jessie_amd64.deb
if
[
!
-e
"
$PHANTOMJS_DEB
"
]
;
then
wget
-q
"http://ftp.us.debian.org/debian/pool/main/p/phantomjs/
$PHANTOMJS_DEB
"
fi
dpkg
-i
phantomjs_1.9.8-0jessie_amd64.deb
dpkg
-i
"
$PHANTOMJS_DEB
"
popd
# Try to install packages
...
...
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