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
46d56812
Unverified
Commit
46d56812
authored
Nov 11, 2020
by
Emil Tullstedt
Committed by
GitHub
Nov 11, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Chore: Bump build pipeline version (#29023)
parent
cbd28cd2
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 @
46d56812
...
@@ -17,7 +17,7 @@ steps:
...
@@ -17,7 +17,7 @@ steps:
image
:
grafana/build-container:1.2.28
image
:
grafana/build-container:1.2.28
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
4
/grabpl
-
curl -fL -o bin/grabpl https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v0.5.2
5
/grabpl
-
chmod +x bin/grabpl
-
chmod +x bin/grabpl
-
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
-
tar -C bin -xzvf dockerize-linux-amd64-v$${DOCKERIZE_VERSION}.tar.gz
-
tar -C bin -xzvf dockerize-linux-amd64-v$${DOCKERIZE_VERSION}.tar.gz
...
@@ -253,7 +253,7 @@ steps:
...
@@ -253,7 +253,7 @@ steps:
image
:
grafana/build-container:1.2.28
image
:
grafana/build-container:1.2.28
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
4
/grabpl
-
curl -fL -o bin/grabpl https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v0.5.2
5
/grabpl
-
chmod +x bin/grabpl
-
chmod +x bin/grabpl
-
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
-
tar -C bin -xzvf dockerize-linux-amd64-v$${DOCKERIZE_VERSION}.tar.gz
-
tar -C bin -xzvf dockerize-linux-amd64-v$${DOCKERIZE_VERSION}.tar.gz
...
@@ -578,7 +578,7 @@ steps:
...
@@ -578,7 +578,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
4
/windows/grabpl.exe -OutFile grabpl.exe
-
Invoke-WebRequest https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v0.5.2
5
/windows/grabpl.exe -OutFile grabpl.exe
-
name
:
build-windows-installer
-
name
:
build-windows-installer
image
:
grafana/ci-wix:0.1.1
image
:
grafana/ci-wix:0.1.1
...
@@ -627,7 +627,7 @@ steps:
...
@@ -627,7 +627,7 @@ steps:
image
:
grafana/build-container:1.2.28
image
:
grafana/build-container:1.2.28
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
4
/grabpl
-
curl -fL -o bin/grabpl https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v0.5.2
5
/grabpl
-
chmod +x bin/grabpl
-
chmod +x bin/grabpl
environment
:
environment
:
DOCKERIZE_VERSION
:
0.6.1
DOCKERIZE_VERSION
:
0.6.1
...
@@ -702,7 +702,7 @@ steps:
...
@@ -702,7 +702,7 @@ steps:
image
:
grafana/build-container:1.2.28
image
:
grafana/build-container:1.2.28
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
4
/grabpl
-
curl -fL -o bin/grabpl https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v0.5.2
5
/grabpl
-
chmod +x bin/grabpl
-
chmod +x bin/grabpl
-
./bin/grabpl verify-version ${DRONE_TAG}
-
./bin/grabpl verify-version ${DRONE_TAG}
-
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
...
@@ -1000,7 +1000,7 @@ steps:
...
@@ -1000,7 +1000,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
4
/windows/grabpl.exe -OutFile grabpl.exe
-
Invoke-WebRequest https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v0.5.2
5
/windows/grabpl.exe -OutFile grabpl.exe
-
name
:
build-windows-installer
-
name
:
build-windows-installer
image
:
grafana/ci-wix:0.1.1
image
:
grafana/ci-wix:0.1.1
...
@@ -1050,7 +1050,7 @@ steps:
...
@@ -1050,7 +1050,7 @@ steps:
image
:
grafana/build-container:1.2.28
image
:
grafana/build-container:1.2.28
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
4
/grabpl
-
curl -fL -o bin/grabpl https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v0.5.2
5
/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
...
@@ -1334,7 +1334,7 @@ steps:
...
@@ -1334,7 +1334,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
4
/windows/grabpl.exe -OutFile grabpl.exe
-
Invoke-WebRequest https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v0.5.2
5
/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}
...
@@ -1399,7 +1399,7 @@ steps:
...
@@ -1399,7 +1399,7 @@ steps:
image
:
grafana/build-container:1.2.28
image
:
grafana/build-container:1.2.28
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
4
/grabpl
-
curl -fL -o bin/grabpl https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v0.5.2
5
/grabpl
-
chmod +x bin/grabpl
-
chmod +x bin/grabpl
-
./bin/grabpl verify-version ${DRONE_TAG}
-
./bin/grabpl verify-version ${DRONE_TAG}
environment
:
environment
:
...
@@ -1476,7 +1476,7 @@ steps:
...
@@ -1476,7 +1476,7 @@ steps:
image
:
grafana/build-container:1.2.28
image
:
grafana/build-container:1.2.28
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
4
/grabpl
-
curl -fL -o bin/grabpl https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v0.5.2
5
/grabpl
-
chmod +x bin/grabpl
-
chmod +x bin/grabpl
-
./bin/grabpl verify-version v7.3.0-test
-
./bin/grabpl verify-version v7.3.0-test
-
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
...
@@ -1764,7 +1764,7 @@ steps:
...
@@ -1764,7 +1764,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
4
/windows/grabpl.exe -OutFile grabpl.exe
-
Invoke-WebRequest https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v0.5.2
5
/windows/grabpl.exe -OutFile grabpl.exe
-
name
:
build-windows-installer
-
name
:
build-windows-installer
image
:
grafana/ci-wix:0.1.1
image
:
grafana/ci-wix:0.1.1
...
@@ -1814,7 +1814,7 @@ steps:
...
@@ -1814,7 +1814,7 @@ steps:
image
:
grafana/build-container:1.2.28
image
:
grafana/build-container:1.2.28
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
4
/grabpl
-
curl -fL -o bin/grabpl https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v0.5.2
5
/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
...
@@ -2092,7 +2092,7 @@ steps:
...
@@ -2092,7 +2092,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
4
/windows/grabpl.exe -OutFile grabpl.exe
-
Invoke-WebRequest https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v0.5.2
5
/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
...
@@ -2157,7 +2157,7 @@ steps:
...
@@ -2157,7 +2157,7 @@ steps:
image
:
grafana/build-container:1.2.28
image
:
grafana/build-container:1.2.28
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
4
/grabpl
-
curl -fL -o bin/grabpl https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v0.5.2
5
/grabpl
-
chmod +x bin/grabpl
-
chmod +x bin/grabpl
-
./bin/grabpl verify-version v7.3.0-test
-
./bin/grabpl verify-version v7.3.0-test
environment
:
environment
:
...
@@ -2243,7 +2243,7 @@ steps:
...
@@ -2243,7 +2243,7 @@ steps:
image
:
grafana/build-container:1.2.28
image
:
grafana/build-container:1.2.28
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
4
/grabpl
-
curl -fL -o bin/grabpl https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v0.5.2
5
/grabpl
-
chmod +x bin/grabpl
-
chmod +x bin/grabpl
-
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
-
tar -C bin -xzvf dockerize-linux-amd64-v$${DOCKERIZE_VERSION}.tar.gz
-
tar -C bin -xzvf dockerize-linux-amd64-v$${DOCKERIZE_VERSION}.tar.gz
...
@@ -2485,7 +2485,7 @@ steps:
...
@@ -2485,7 +2485,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
4
/windows/grabpl.exe -OutFile grabpl.exe
-
Invoke-WebRequest https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v0.5.2
5
/windows/grabpl.exe -OutFile grabpl.exe
-
name
:
build-windows-installer
-
name
:
build-windows-installer
image
:
grafana/ci-wix:0.1.1
image
:
grafana/ci-wix:0.1.1
...
@@ -2531,7 +2531,7 @@ steps:
...
@@ -2531,7 +2531,7 @@ steps:
image
:
grafana/build-container:1.2.28
image
:
grafana/build-container:1.2.28
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
4
/grabpl
-
curl -fL -o bin/grabpl https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v0.5.2
5
/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
...
@@ -2794,7 +2794,7 @@ steps:
...
@@ -2794,7 +2794,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
4
/windows/grabpl.exe -OutFile grabpl.exe
-
Invoke-WebRequest https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v0.5.2
5
/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 @
46d56812
grabpl_version = '0.5.2
4
'
grabpl_version = '0.5.2
5
'
build_image = 'grafana/build-container:1.2.28'
build_image = 'grafana/build-container:1.2.28'
publish_image = 'grafana/grafana-ci-deploy:1.2.6'
publish_image = 'grafana/grafana-ci-deploy:1.2.6'
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