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
a6cc6429
Unverified
Commit
a6cc6429
authored
Aug 21, 2020
by
Arve Knudsen
Committed by
GitHub
Aug 21, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
CI: Upgrade build pipeline tool (#27120)
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
parent
d53fe649
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
+5
-5
.circleci/config.yml
+1
-1
.drone.yml
+3
-3
scripts/lib.star
+1
-1
No files found.
.circleci/config.yml
View file @
a6cc6429
...
@@ -45,7 +45,7 @@ commands:
...
@@ -45,7 +45,7 @@ commands:
-
run
:
-
run
:
name
:
"
Install
Grafana
build
pipeline
tool"
name
:
"
Install
Grafana
build
pipeline
tool"
command
:
|
command
:
|
VERSION=0.5.
0
VERSION=0.5.
5
curl -fLO https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v${VERSION}/grabpl
curl -fLO https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v${VERSION}/grabpl
chmod +x grabpl
chmod +x grabpl
mv grabpl /tmp
mv grabpl /tmp
...
...
.drone.yml
View file @
a6cc6429
...
@@ -26,7 +26,7 @@ steps:
...
@@ -26,7 +26,7 @@ steps:
-
yarn install --frozen-lockfile --no-progress
-
yarn install --frozen-lockfile --no-progress
environment
:
environment
:
DOCKERIZE_VERSION
:
0.6.1
DOCKERIZE_VERSION
:
0.6.1
GRABPL_VERSION
:
0.5.
4
GRABPL_VERSION
:
0.5.
5
-
name
:
lint-backend
-
name
:
lint-backend
image
:
grafana/build-container:1.2.24
image
:
grafana/build-container:1.2.24
...
@@ -252,7 +252,7 @@ steps:
...
@@ -252,7 +252,7 @@ steps:
-
yarn install --frozen-lockfile --no-progress
-
yarn install --frozen-lockfile --no-progress
environment
:
environment
:
DOCKERIZE_VERSION
:
0.6.1
DOCKERIZE_VERSION
:
0.6.1
GRABPL_VERSION
:
0.5.
4
GRABPL_VERSION
:
0.5.
5
-
name
:
lint-backend
-
name
:
lint-backend
image
:
grafana/build-container:1.2.24
image
:
grafana/build-container:1.2.24
...
@@ -519,7 +519,7 @@ steps:
...
@@ -519,7 +519,7 @@ steps:
-
gcloud auth activate-service-account --key-file=gcpkey.json
-
gcloud auth activate-service-account --key-file=gcpkey.json
-
rm gcpkey.json
-
rm gcpkey.json
-
$$ProgressPreference = "SilentlyContinue"
-
$$ProgressPreference = "SilentlyContinue"
-
Invoke-WebRequest https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v0.5.
4
/windows/grabpl.exe -OutFile grabpl.exe
-
Invoke-WebRequest https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v0.5.
5
/windows/grabpl.exe -OutFile grabpl.exe
-
Invoke-WebRequest https://grafana-downloads.storage.googleapis.com/oss/master/grafana-7.2.0-9fffe273pre.windows-amd64.zip -OutFile grafana.zip
-
Invoke-WebRequest https://grafana-downloads.storage.googleapis.com/oss/master/grafana-7.2.0-9fffe273pre.windows-amd64.zip -OutFile grafana.zip
-
cp C:\App\nssm-2.24.zip .
-
cp C:\App\nssm-2.24.zip .
-
./grabpl.exe windows-installer --edition oss grafana.zip
-
./grabpl.exe windows-installer --edition oss grafana.zip
...
...
scripts/lib.star
View file @
a6cc6429
...
@@ -3,7 +3,7 @@ publish_image = 'grafana/grafana-ci-deploy:1.2.5'
...
@@ -3,7 +3,7 @@ publish_image = 'grafana/grafana-ci-deploy:1.2.5'
grafana_docker_image = 'grafana/drone-grafana-docker:0.2.0'
grafana_docker_image = 'grafana/drone-grafana-docker:0.2.0'
alpine_image = 'alpine:3.12'
alpine_image = 'alpine:3.12'
windows_image = 'mcr.microsoft.com/windows:1809'
windows_image = 'mcr.microsoft.com/windows:1809'
grabpl_version = '0.5.
4
'
grabpl_version = '0.5.
5
'
def pr_pipelines(edition):
def pr_pipelines(edition):
services = [
services = [
...
...
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