mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
build: removes deploy from nightly while testing it.
This commit is contained in:
parent
5f98982a09
commit
1b85b2fca7
@ -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
|
||||
|
@ -1,7 +1,7 @@
|
||||
#!/bin/bash -e
|
||||
|
||||
if [ ! -d '/tmp/phantomjs' ]; then
|
||||
_version="2.1.16"
|
||||
_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
|
||||
|
Loading…
Reference in New Issue
Block a user