Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
nexpie-grafana-theme
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Registry
Registry
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kornkitt Poolsup
nexpie-grafana-theme
Commits
1b85b2fc
Commit
1b85b2fc
authored
May 21, 2018
by
Leonard Gram
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
build: removes deploy from nightly while testing it.
parent
5f98982a
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
10 deletions
+2
-10
.circleci/config.yml
+1
-9
scripts/build/download-phantomjs.sh
+1
-1
No files found.
.circleci/config.yml
View file @
1b85b2fc
...
...
@@ -57,7 +57,6 @@ jobs:
command
:
'
sudo
npm
install
-g
yarn
--quiet'
-
restore_cache
:
key
:
dependency-cache-{{ checksum "yarn.lock" }}
# Could we skip this step if the cache has been restored? `[ -d node_modules ] || yarn install ...` should be able to apply to build step as well
-
run
:
name
:
yarn install
command
:
'
yarn
install
--pure-lockfile
--no-progress'
...
...
@@ -221,9 +220,9 @@ workflows:
filters
:
*filter-not-release
-
deploy-master
:
requires
:
-
build
-
test-backend
-
test-frontend
-
build
-
codespell
-
gometalinter
filters
:
...
...
@@ -264,10 +263,3 @@ workflows:
-
gometalinter
-
test-frontend
-
test-backend
-
deploy-master
:
requires
:
-
build-all
-
codespell
-
gometalinter
-
test-frontend
-
test-backend
scripts/build/download-phantomjs.sh
View file @
1b85b2fc
#!/bin/bash -e
if
[
!
-d
'/tmp/phantomjs'
]
;
then
_version
=
"2.1.1
6
"
_version
=
"2.1.1"
curl
-L
https://bitbucket.org/ariya/phantomjs/downloads/phantomjs-
$_version
-windows
.zip
>
/tmp/phantomjs-win.zip
curl
-L
https://bitbucket.org/ariya/phantomjs/downloads/phantomjs-
$_version
-macosx
.zip
>
/tmp/phantomjs-mac.zip
...
...
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