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
e293dd40
Unverified
Commit
e293dd40
authored
Nov 23, 2020
by
Arve Knudsen
Committed by
GitHub
Nov 23, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Drone: Upgrade build pipeline tool (#29308)
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
parent
dce99871
Show 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 @
e293dd40
...
@@ -17,7 +17,7 @@ steps:
...
@@ -17,7 +17,7 @@ steps:
image
:
grafana/build-container:1.2.29
image
:
grafana/build-container:1.2.29
commands
:
commands
:
-
mkdir -p bin
-
mkdir -p bin
-
curl -fL -o bin/grabpl https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v0.5.2
7
/grabpl
-
curl -fL -o bin/grabpl https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v0.5.2
8
/grabpl
-
chmod +x bin/grabpl
-
chmod +x bin/grabpl
-
./bin/grabpl verify-drone
-
./bin/grabpl verify-drone
-
curl -fLO https://github.com/jwilder/dockerize/releases/download/v$${DOCKERIZE_VERSION}/dockerize-linux-amd64-v$${DOCKERIZE_VERSION}.tar.gz
-
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:
...
@@ -254,7 +254,7 @@ steps:
image
:
grafana/build-container:1.2.29
image
:
grafana/build-container:1.2.29
commands
:
commands
:
-
mkdir -p bin
-
mkdir -p bin
-
curl -fL -o bin/grabpl https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v0.5.2
7
/grabpl
-
curl -fL -o bin/grabpl https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v0.5.2
8
/grabpl
-
chmod +x bin/grabpl
-
chmod +x bin/grabpl
-
./bin/grabpl verify-drone
-
./bin/grabpl verify-drone
-
curl -fLO https://github.com/jwilder/dockerize/releases/download/v$${DOCKERIZE_VERSION}/dockerize-linux-amd64-v$${DOCKERIZE_VERSION}.tar.gz
-
curl -fLO https://github.com/jwilder/dockerize/releases/download/v$${DOCKERIZE_VERSION}/dockerize-linux-amd64-v$${DOCKERIZE_VERSION}.tar.gz
...
@@ -572,7 +572,7 @@ steps:
...
@@ -572,7 +572,7 @@ steps:
image
:
grafana/ci-wix:0.1.1
image
:
grafana/ci-wix:0.1.1
commands
:
commands
:
-
$$ProgressPreference = "SilentlyContinue"
-
$$ProgressPreference = "SilentlyContinue"
-
Invoke-WebRequest https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v0.5.2
7
/windows/grabpl.exe -OutFile grabpl.exe
-
Invoke-WebRequest https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v0.5.2
8
/windows/grabpl.exe -OutFile grabpl.exe
-
.\grabpl.exe verify-drone
-
.\grabpl.exe verify-drone
-
name
:
build-windows-installer
-
name
:
build-windows-installer
...
@@ -622,7 +622,7 @@ steps:
...
@@ -622,7 +622,7 @@ steps:
image
:
grafana/build-container:1.2.29
image
:
grafana/build-container:1.2.29
commands
:
commands
:
-
mkdir -p bin
-
mkdir -p bin
-
curl -fL -o bin/grabpl https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v0.5.2
7
/grabpl
-
curl -fL -o bin/grabpl https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v0.5.2
8
/grabpl
-
chmod +x bin/grabpl
-
chmod +x bin/grabpl
-
./bin/grabpl verify-drone
-
./bin/grabpl verify-drone
environment
:
environment
:
...
@@ -707,7 +707,7 @@ steps:
...
@@ -707,7 +707,7 @@ steps:
image
:
grafana/build-container:1.2.29
image
:
grafana/build-container:1.2.29
commands
:
commands
:
-
mkdir -p bin
-
mkdir -p bin
-
curl -fL -o bin/grabpl https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v0.5.2
7
/grabpl
-
curl -fL -o bin/grabpl https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v0.5.2
8
/grabpl
-
chmod +x bin/grabpl
-
chmod +x bin/grabpl
-
./bin/grabpl verify-drone
-
./bin/grabpl verify-drone
-
./bin/grabpl verify-version ${DRONE_TAG}
-
./bin/grabpl verify-version ${DRONE_TAG}
...
@@ -998,7 +998,7 @@ steps:
...
@@ -998,7 +998,7 @@ steps:
image
:
grafana/ci-wix:0.1.1
image
:
grafana/ci-wix:0.1.1
commands
:
commands
:
-
$$ProgressPreference = "SilentlyContinue"
-
$$ProgressPreference = "SilentlyContinue"
-
Invoke-WebRequest https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v0.5.2
7
/windows/grabpl.exe -OutFile grabpl.exe
-
Invoke-WebRequest https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v0.5.2
8
/windows/grabpl.exe -OutFile grabpl.exe
-
.\grabpl.exe verify-drone
-
.\grabpl.exe verify-drone
-
name
:
build-windows-installer
-
name
:
build-windows-installer
...
@@ -1049,7 +1049,7 @@ steps:
...
@@ -1049,7 +1049,7 @@ steps:
image
:
grafana/build-container:1.2.29
image
:
grafana/build-container:1.2.29
commands
:
commands
:
-
mkdir -p bin
-
mkdir -p bin
-
curl -fL -o bin/grabpl https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v0.5.2
7
/grabpl
-
curl -fL -o bin/grabpl https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v0.5.2
8
/grabpl
-
chmod +x bin/grabpl
-
chmod +x bin/grabpl
-
git clone "https://$${GITHUB_TOKEN}@github.com/grafana/grafana-enterprise.git"
-
git clone "https://$${GITHUB_TOKEN}@github.com/grafana/grafana-enterprise.git"
-
cd grafana-enterprise
-
cd grafana-enterprise
...
@@ -1326,7 +1326,7 @@ steps:
...
@@ -1326,7 +1326,7 @@ steps:
image
:
grafana/ci-wix:0.1.1
image
:
grafana/ci-wix:0.1.1
commands
:
commands
:
-
$$ProgressPreference = "SilentlyContinue"
-
$$ProgressPreference = "SilentlyContinue"
-
Invoke-WebRequest https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v0.5.2
7
/windows/grabpl.exe -OutFile grabpl.exe
-
Invoke-WebRequest https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v0.5.2
8
/windows/grabpl.exe -OutFile grabpl.exe
-
git clone "https://$$env:GITHUB_TOKEN@github.com/grafana/grafana-enterprise.git"
-
git clone "https://$$env:GITHUB_TOKEN@github.com/grafana/grafana-enterprise.git"
-
cd grafana-enterprise
-
cd grafana-enterprise
-
git checkout ${DRONE_TAG}
-
git checkout ${DRONE_TAG}
...
@@ -1392,7 +1392,7 @@ steps:
...
@@ -1392,7 +1392,7 @@ steps:
image
:
grafana/build-container:1.2.29
image
:
grafana/build-container:1.2.29
commands
:
commands
:
-
mkdir -p bin
-
mkdir -p bin
-
curl -fL -o bin/grabpl https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v0.5.2
7
/grabpl
-
curl -fL -o bin/grabpl https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v0.5.2
8
/grabpl
-
chmod +x bin/grabpl
-
chmod +x bin/grabpl
-
./bin/grabpl verify-drone
-
./bin/grabpl verify-drone
-
./bin/grabpl verify-version ${DRONE_TAG}
-
./bin/grabpl verify-version ${DRONE_TAG}
...
@@ -1479,7 +1479,7 @@ steps:
...
@@ -1479,7 +1479,7 @@ steps:
image
:
grafana/build-container:1.2.29
image
:
grafana/build-container:1.2.29
commands
:
commands
:
-
mkdir -p bin
-
mkdir -p bin
-
curl -fL -o bin/grabpl https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v0.5.2
7
/grabpl
-
curl -fL -o bin/grabpl https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v0.5.2
8
/grabpl
-
chmod +x bin/grabpl
-
chmod +x bin/grabpl
-
./bin/grabpl verify-drone
-
./bin/grabpl verify-drone
-
./bin/grabpl verify-version v7.3.0-test
-
./bin/grabpl verify-version v7.3.0-test
...
@@ -1760,7 +1760,7 @@ steps:
...
@@ -1760,7 +1760,7 @@ steps:
image
:
grafana/ci-wix:0.1.1
image
:
grafana/ci-wix:0.1.1
commands
:
commands
:
-
$$ProgressPreference = "SilentlyContinue"
-
$$ProgressPreference = "SilentlyContinue"
-
Invoke-WebRequest https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v0.5.2
7
/windows/grabpl.exe -OutFile grabpl.exe
-
Invoke-WebRequest https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v0.5.2
8
/windows/grabpl.exe -OutFile grabpl.exe
-
.\grabpl.exe verify-drone
-
.\grabpl.exe verify-drone
-
name
:
build-windows-installer
-
name
:
build-windows-installer
...
@@ -1811,7 +1811,7 @@ steps:
...
@@ -1811,7 +1811,7 @@ steps:
image
:
grafana/build-container:1.2.29
image
:
grafana/build-container:1.2.29
commands
:
commands
:
-
mkdir -p bin
-
mkdir -p bin
-
curl -fL -o bin/grabpl https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v0.5.2
7
/grabpl
-
curl -fL -o bin/grabpl https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v0.5.2
8
/grabpl
-
chmod +x bin/grabpl
-
chmod +x bin/grabpl
-
git clone "https://$${GITHUB_TOKEN}@github.com/grafana/grafana-enterprise.git"
-
git clone "https://$${GITHUB_TOKEN}@github.com/grafana/grafana-enterprise.git"
-
cd grafana-enterprise
-
cd grafana-enterprise
...
@@ -2082,7 +2082,7 @@ steps:
...
@@ -2082,7 +2082,7 @@ steps:
image
:
grafana/ci-wix:0.1.1
image
:
grafana/ci-wix:0.1.1
commands
:
commands
:
-
$$ProgressPreference = "SilentlyContinue"
-
$$ProgressPreference = "SilentlyContinue"
-
Invoke-WebRequest https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v0.5.2
7
/windows/grabpl.exe -OutFile grabpl.exe
-
Invoke-WebRequest https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v0.5.2
8
/windows/grabpl.exe -OutFile grabpl.exe
-
git clone "https://$$env:GITHUB_TOKEN@github.com/grafana/grafana-enterprise.git"
-
git clone "https://$$env:GITHUB_TOKEN@github.com/grafana/grafana-enterprise.git"
-
cd grafana-enterprise
-
cd grafana-enterprise
-
git checkout master
-
git checkout master
...
@@ -2148,7 +2148,7 @@ steps:
...
@@ -2148,7 +2148,7 @@ steps:
image
:
grafana/build-container:1.2.29
image
:
grafana/build-container:1.2.29
commands
:
commands
:
-
mkdir -p bin
-
mkdir -p bin
-
curl -fL -o bin/grabpl https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v0.5.2
7
/grabpl
-
curl -fL -o bin/grabpl https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v0.5.2
8
/grabpl
-
chmod +x bin/grabpl
-
chmod +x bin/grabpl
-
./bin/grabpl verify-drone
-
./bin/grabpl verify-drone
-
./bin/grabpl verify-version v7.3.0-test
-
./bin/grabpl verify-version v7.3.0-test
...
@@ -2235,7 +2235,7 @@ steps:
...
@@ -2235,7 +2235,7 @@ steps:
image
:
grafana/build-container:1.2.29
image
:
grafana/build-container:1.2.29
commands
:
commands
:
-
mkdir -p bin
-
mkdir -p bin
-
curl -fL -o bin/grabpl https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v0.5.2
7
/grabpl
-
curl -fL -o bin/grabpl https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v0.5.2
8
/grabpl
-
chmod +x bin/grabpl
-
chmod +x bin/grabpl
-
./bin/grabpl verify-drone
-
./bin/grabpl verify-drone
-
curl -fLO https://github.com/jwilder/dockerize/releases/download/v$${DOCKERIZE_VERSION}/dockerize-linux-amd64-v$${DOCKERIZE_VERSION}.tar.gz
-
curl -fLO https://github.com/jwilder/dockerize/releases/download/v$${DOCKERIZE_VERSION}/dockerize-linux-amd64-v$${DOCKERIZE_VERSION}.tar.gz
...
@@ -2478,7 +2478,7 @@ steps:
...
@@ -2478,7 +2478,7 @@ steps:
image
:
grafana/ci-wix:0.1.1
image
:
grafana/ci-wix:0.1.1
commands
:
commands
:
-
$$ProgressPreference = "SilentlyContinue"
-
$$ProgressPreference = "SilentlyContinue"
-
Invoke-WebRequest https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v0.5.2
7
/windows/grabpl.exe -OutFile grabpl.exe
-
Invoke-WebRequest https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v0.5.2
8
/windows/grabpl.exe -OutFile grabpl.exe
-
.\grabpl.exe verify-drone
-
.\grabpl.exe verify-drone
-
name
:
build-windows-installer
-
name
:
build-windows-installer
...
@@ -2525,7 +2525,7 @@ steps:
...
@@ -2525,7 +2525,7 @@ steps:
image
:
grafana/build-container:1.2.29
image
:
grafana/build-container:1.2.29
commands
:
commands
:
-
mkdir -p bin
-
mkdir -p bin
-
curl -fL -o bin/grabpl https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v0.5.2
7
/grabpl
-
curl -fL -o bin/grabpl https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v0.5.2
8
/grabpl
-
chmod +x bin/grabpl
-
chmod +x bin/grabpl
-
git clone "https://$${GITHUB_TOKEN}@github.com/grafana/grafana-enterprise.git"
-
git clone "https://$${GITHUB_TOKEN}@github.com/grafana/grafana-enterprise.git"
-
cd grafana-enterprise
-
cd grafana-enterprise
...
@@ -2789,7 +2789,7 @@ steps:
...
@@ -2789,7 +2789,7 @@ steps:
image
:
grafana/ci-wix:0.1.1
image
:
grafana/ci-wix:0.1.1
commands
:
commands
:
-
$$ProgressPreference = "SilentlyContinue"
-
$$ProgressPreference = "SilentlyContinue"
-
Invoke-WebRequest https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v0.5.2
7
/windows/grabpl.exe -OutFile grabpl.exe
-
Invoke-WebRequest https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v0.5.2
8
/windows/grabpl.exe -OutFile grabpl.exe
-
git clone "https://$$env:GITHUB_TOKEN@github.com/grafana/grafana-enterprise.git"
-
git clone "https://$$env:GITHUB_TOKEN@github.com/grafana/grafana-enterprise.git"
-
cd grafana-enterprise
-
cd grafana-enterprise
-
git checkout $$env:DRONE_BRANCH
-
git checkout $$env:DRONE_BRANCH
...
...
scripts/lib.star
View file @
e293dd40
grabpl_version = '0.5.2
7
'
grabpl_version = '0.5.2
8
'
build_image = 'grafana/build-container:1.2.29'
build_image = 'grafana/build-container:1.2.29'
publish_image = 'grafana/grafana-ci-deploy:1.2.7'
publish_image = 'grafana/grafana-ci-deploy:1.2.7'
grafana_docker_image = 'grafana/drone-grafana-docker:0.3.2'
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