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
57739299
Unverified
Commit
57739299
authored
Nov 25, 2020
by
Arve Knudsen
Committed by
GitHub
Nov 25, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Drone: Upgrade build pipeline tool (#29365)
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
parent
f73c9dce
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
19 additions
and
19 deletions
+19
-19
.drone.yml
+18
-18
scripts/lib.star
+1
-1
No files found.
.drone.yml
View file @
57739299
...
...
@@ -17,7 +17,7 @@ steps:
image
:
grafana/build-container:1.2.30
commands
:
-
mkdir -p bin
-
curl -fL -o bin/grabpl https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v0.5.2
8
/grabpl
-
curl -fL -o bin/grabpl https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v0.5.2
9
/grabpl
-
chmod +x bin/grabpl
-
./bin/grabpl verify-drone
-
curl -fLO https://github.com/jwilder/dockerize/releases/download/v$${DOCKERIZE_VERSION}/dockerize-linux-amd64-v$${DOCKERIZE_VERSION}.tar.gz
...
...
@@ -254,7 +254,7 @@ steps:
image
:
grafana/build-container:1.2.30
commands
:
-
mkdir -p bin
-
curl -fL -o bin/grabpl https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v0.5.2
8
/grabpl
-
curl -fL -o bin/grabpl https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v0.5.2
9
/grabpl
-
chmod +x bin/grabpl
-
./bin/grabpl verify-drone
-
curl -fLO https://github.com/jwilder/dockerize/releases/download/v$${DOCKERIZE_VERSION}/dockerize-linux-amd64-v$${DOCKERIZE_VERSION}.tar.gz
...
...
@@ -573,7 +573,7 @@ steps:
image
:
grafana/ci-wix:0.1.1
commands
:
-
$$ProgressPreference = "SilentlyContinue"
-
Invoke-WebRequest https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v0.5.2
8
/windows/grabpl.exe -OutFile grabpl.exe
-
Invoke-WebRequest https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v0.5.2
9
/windows/grabpl.exe -OutFile grabpl.exe
-
.\grabpl.exe verify-drone
-
name
:
build-windows-installer
...
...
@@ -623,7 +623,7 @@ steps:
image
:
grafana/build-container:1.2.30
commands
:
-
mkdir -p bin
-
curl -fL -o bin/grabpl https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v0.5.2
8
/grabpl
-
curl -fL -o bin/grabpl https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v0.5.2
9
/grabpl
-
chmod +x bin/grabpl
-
./bin/grabpl verify-drone
environment
:
...
...
@@ -708,7 +708,7 @@ steps:
image
:
grafana/build-container:1.2.30
commands
:
-
mkdir -p bin
-
curl -fL -o bin/grabpl https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v0.5.2
8
/grabpl
-
curl -fL -o bin/grabpl https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v0.5.2
9
/grabpl
-
chmod +x bin/grabpl
-
./bin/grabpl verify-drone
-
./bin/grabpl verify-version ${DRONE_TAG}
...
...
@@ -1000,7 +1000,7 @@ steps:
image
:
grafana/ci-wix:0.1.1
commands
:
-
$$ProgressPreference = "SilentlyContinue"
-
Invoke-WebRequest https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v0.5.2
8
/windows/grabpl.exe -OutFile grabpl.exe
-
Invoke-WebRequest https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v0.5.2
9
/windows/grabpl.exe -OutFile grabpl.exe
-
.\grabpl.exe verify-drone
-
name
:
build-windows-installer
...
...
@@ -1051,7 +1051,7 @@ steps:
image
:
grafana/build-container:1.2.30
commands
:
-
mkdir -p bin
-
curl -fL -o bin/grabpl https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v0.5.2
8
/grabpl
-
curl -fL -o bin/grabpl https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v0.5.2
9
/grabpl
-
chmod +x bin/grabpl
-
git clone "https://$${GITHUB_TOKEN}@github.com/grafana/grafana-enterprise.git"
-
cd grafana-enterprise
...
...
@@ -1328,7 +1328,7 @@ steps:
image
:
grafana/ci-wix:0.1.1
commands
:
-
$$ProgressPreference = "SilentlyContinue"
-
Invoke-WebRequest https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v0.5.2
8
/windows/grabpl.exe -OutFile grabpl.exe
-
Invoke-WebRequest https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v0.5.2
9
/windows/grabpl.exe -OutFile grabpl.exe
-
git clone "https://$$env:GITHUB_TOKEN@github.com/grafana/grafana-enterprise.git"
-
cd grafana-enterprise
-
git checkout ${DRONE_TAG}
...
...
@@ -1394,7 +1394,7 @@ steps:
image
:
grafana/build-container:1.2.30
commands
:
-
mkdir -p bin
-
curl -fL -o bin/grabpl https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v0.5.2
8
/grabpl
-
curl -fL -o bin/grabpl https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v0.5.2
9
/grabpl
-
chmod +x bin/grabpl
-
./bin/grabpl verify-drone
-
./bin/grabpl verify-version ${DRONE_TAG}
...
...
@@ -1499,7 +1499,7 @@ steps:
image
:
grafana/build-container:1.2.30
commands
:
-
mkdir -p bin
-
curl -fL -o bin/grabpl https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v0.5.2
8
/grabpl
-
curl -fL -o bin/grabpl https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v0.5.2
9
/grabpl
-
chmod +x bin/grabpl
-
./bin/grabpl verify-drone
-
./bin/grabpl verify-version v7.3.0-test
...
...
@@ -1781,7 +1781,7 @@ steps:
image
:
grafana/ci-wix:0.1.1
commands
:
-
$$ProgressPreference = "SilentlyContinue"
-
Invoke-WebRequest https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v0.5.2
8
/windows/grabpl.exe -OutFile grabpl.exe
-
Invoke-WebRequest https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v0.5.2
9
/windows/grabpl.exe -OutFile grabpl.exe
-
.\grabpl.exe verify-drone
-
name
:
build-windows-installer
...
...
@@ -1832,7 +1832,7 @@ steps:
image
:
grafana/build-container:1.2.30
commands
:
-
mkdir -p bin
-
curl -fL -o bin/grabpl https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v0.5.2
8
/grabpl
-
curl -fL -o bin/grabpl https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v0.5.2
9
/grabpl
-
chmod +x bin/grabpl
-
git clone "https://$${GITHUB_TOKEN}@github.com/grafana/grafana-enterprise.git"
-
cd grafana-enterprise
...
...
@@ -2103,7 +2103,7 @@ steps:
image
:
grafana/ci-wix:0.1.1
commands
:
-
$$ProgressPreference = "SilentlyContinue"
-
Invoke-WebRequest https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v0.5.2
8
/windows/grabpl.exe -OutFile grabpl.exe
-
Invoke-WebRequest https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v0.5.2
9
/windows/grabpl.exe -OutFile grabpl.exe
-
git clone "https://$$env:GITHUB_TOKEN@github.com/grafana/grafana-enterprise.git"
-
cd grafana-enterprise
-
git checkout master
...
...
@@ -2169,7 +2169,7 @@ steps:
image
:
grafana/build-container:1.2.30
commands
:
-
mkdir -p bin
-
curl -fL -o bin/grabpl https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v0.5.2
8
/grabpl
-
curl -fL -o bin/grabpl https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v0.5.2
9
/grabpl
-
chmod +x bin/grabpl
-
./bin/grabpl verify-drone
-
./bin/grabpl verify-version v7.3.0-test
...
...
@@ -2256,7 +2256,7 @@ steps:
image
:
grafana/build-container:1.2.30
commands
:
-
mkdir -p bin
-
curl -fL -o bin/grabpl https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v0.5.2
8
/grabpl
-
curl -fL -o bin/grabpl https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v0.5.2
9
/grabpl
-
chmod +x bin/grabpl
-
./bin/grabpl verify-drone
-
curl -fLO https://github.com/jwilder/dockerize/releases/download/v$${DOCKERIZE_VERSION}/dockerize-linux-amd64-v$${DOCKERIZE_VERSION}.tar.gz
...
...
@@ -2512,7 +2512,7 @@ steps:
image
:
grafana/ci-wix:0.1.1
commands
:
-
$$ProgressPreference = "SilentlyContinue"
-
Invoke-WebRequest https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v0.5.2
8
/windows/grabpl.exe -OutFile grabpl.exe
-
Invoke-WebRequest https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v0.5.2
9
/windows/grabpl.exe -OutFile grabpl.exe
-
.\grabpl.exe verify-drone
-
name
:
build-windows-installer
...
...
@@ -2559,7 +2559,7 @@ steps:
image
:
grafana/build-container:1.2.30
commands
:
-
mkdir -p bin
-
curl -fL -o bin/grabpl https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v0.5.2
8
/grabpl
-
curl -fL -o bin/grabpl https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v0.5.2
9
/grabpl
-
chmod +x bin/grabpl
-
git clone "https://$${GITHUB_TOKEN}@github.com/grafana/grafana-enterprise.git"
-
cd grafana-enterprise
...
...
@@ -2836,7 +2836,7 @@ steps:
image
:
grafana/ci-wix:0.1.1
commands
:
-
$$ProgressPreference = "SilentlyContinue"
-
Invoke-WebRequest https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v0.5.2
8
/windows/grabpl.exe -OutFile grabpl.exe
-
Invoke-WebRequest https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v0.5.2
9
/windows/grabpl.exe -OutFile grabpl.exe
-
git clone "https://$$env:GITHUB_TOKEN@github.com/grafana/grafana-enterprise.git"
-
cd grafana-enterprise
-
git checkout $$env:DRONE_BRANCH
...
...
scripts/lib.star
View file @
57739299
grabpl_version = '0.5.2
8
'
grabpl_version = '0.5.2
9
'
build_image = 'grafana/build-container:1.2.30'
publish_image = 'grafana/grafana-ci-deploy:1.2.7'
grafana_docker_image = 'grafana/drone-grafana-docker:0.3.2'
...
...
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