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
c7b8d85c
Unverified
Commit
c7b8d85c
authored
Sep 09, 2020
by
Arve Knudsen
Committed by
GitHub
Sep 09, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Chore: Upgrade grabpl (#27470)
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
parent
22d6cfc3
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
8 additions
and
8 deletions
+8
-8
.circleci/config.yml
+1
-1
.drone.yml
+3
-3
packages/grafana-toolkit/docker/grafana-plugin-ci-alpine/scripts/deploy.sh
+1
-1
packages/grafana-toolkit/docker/grafana-plugin-ci-e2e/scripts/deploy.sh
+1
-1
packages/grafana-toolkit/docker/grafana-plugin-ci/scripts/deploy.sh
+1
-1
scripts/lib.star
+1
-1
No files found.
.circleci/config.yml
View file @
c7b8d85c
...
...
@@ -48,7 +48,7 @@ commands:
-
run
:
name
:
"
Install
Grafana
build
pipeline
tool"
command
:
|
VERSION=0.5.
7
VERSION=0.5.
8
curl -fLO https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v${VERSION}/grabpl
chmod +x grabpl
mv grabpl /tmp
...
...
.drone.yml
View file @
c7b8d85c
...
...
@@ -26,7 +26,7 @@ steps:
-
yarn install --frozen-lockfile --no-progress
environment
:
DOCKERIZE_VERSION
:
0.6.1
GRABPL_VERSION
:
0.5.
7
GRABPL_VERSION
:
0.5.
8
-
name
:
lint-backend
image
:
grafana/build-container:1.2.26
...
...
@@ -249,7 +249,7 @@ steps:
-
yarn install --frozen-lockfile --no-progress
environment
:
DOCKERIZE_VERSION
:
0.6.1
GRABPL_VERSION
:
0.5.
7
GRABPL_VERSION
:
0.5.
8
-
name
:
lint-backend
image
:
grafana/build-container:1.2.26
...
...
@@ -515,7 +515,7 @@ steps:
-
gcloud auth activate-service-account --key-file=gcpkey.json
-
rm gcpkey.json
-
$$ProgressPreference = "SilentlyContinue"
-
Invoke-WebRequest https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v0.5.
7
/windows/grabpl.exe -OutFile grabpl.exe
-
Invoke-WebRequest https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v0.5.
8
/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
-
cp C:\App\nssm-2.24.zip .
-
./grabpl.exe windows-installer --edition oss grafana.zip
...
...
packages/grafana-toolkit/docker/grafana-plugin-ci-alpine/scripts/deploy.sh
View file @
c7b8d85c
...
...
@@ -43,7 +43,7 @@ get_file "https://codeclimate.com/downloads/test-reporter/test-reporter-latest-l
"b4138199aa755ebfe171b57cc46910b13258ace5fbc4eaa099c42607cd0bff32"
chmod +x /usr/local/bin/cc-test-reporter
curl
-fL
-o
/usr/local/bin/grabpl
"https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v0.5.
7
/grabpl"
curl
-fL
-o
/usr/local/bin/grabpl
"https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v0.5.
8
/grabpl"
apk add
--no-cache
git
# Install Mage
...
...
packages/grafana-toolkit/docker/grafana-plugin-ci-e2e/scripts/deploy.sh
View file @
c7b8d85c
...
...
@@ -44,7 +44,7 @@ get_file "https://codeclimate.com/downloads/test-reporter/test-reporter-latest-l
"b4138199aa755ebfe171b57cc46910b13258ace5fbc4eaa099c42607cd0bff32"
chmod 755 /usr/local/bin/cc-test-reporter
wget
-O
/usr/local/bin/grabpl
"https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v0.5.
7
/grabpl"
wget
-O
/usr/local/bin/grabpl
"https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v0.5.
8
/grabpl"
chmod +x /usr/local/bin/grabpl
# Install Mage
...
...
packages/grafana-toolkit/docker/grafana-plugin-ci/scripts/deploy.sh
View file @
c7b8d85c
...
...
@@ -27,7 +27,7 @@ get_file "https://codeclimate.com/downloads/test-reporter/test-reporter-latest-l
"b4138199aa755ebfe171b57cc46910b13258ace5fbc4eaa099c42607cd0bff32"
chmod +x /usr/local/bin/cc-test-reporter
wget
-O
/usr/local/bin/grabpl
"https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v0.5.
7
/grabpl"
wget
-O
/usr/local/bin/grabpl
"https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v0.5.
8
/grabpl"
chmod +x /usr/local/bin/grabpl
# Install Mage
...
...
scripts/lib.star
View file @
c7b8d85c
...
...
@@ -3,7 +3,7 @@ publish_image = 'grafana/grafana-ci-deploy:1.2.6'
grafana_docker_image = 'grafana/drone-grafana-docker:0.2.0'
alpine_image = 'alpine:3.12'
windows_image = 'mcr.microsoft.com/windows:1809'
grabpl_version = '0.5.
7
'
grabpl_version = '0.5.
8
'
def pr_pipelines(edition):
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