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
01df8f17
Unverified
Commit
01df8f17
authored
Nov 14, 2020
by
Arve Knudsen
Committed by
GitHub
Nov 14, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Drone: Fix Drone config verification for enterprise on Windows (#29118)
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
parent
bdc6e2fe
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
.drone.yml
+3
-3
scripts/lib.star
+1
-1
No files found.
.drone.yml
View file @
01df8f17
...
...
@@ -1342,7 +1342,6 @@ steps:
commands
:
-
$$ProgressPreference = "SilentlyContinue"
-
Invoke-WebRequest https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v0.5.26/windows/grabpl.exe -OutFile grabpl.exe
-
.\grabpl.exe verify-drone
-
git clone "https://$$env:GITHUB_TOKEN@github.com/grafana/grafana-enterprise.git"
-
cd grafana-enterprise
-
git checkout ${DRONE_TAG}
...
...
@@ -1359,6 +1358,7 @@ steps:
-
rm -force grabpl.exe
-
C:\App\grabpl.exe init-enterprise C:\App\grafana-enterprise
-
cp C:\App\grabpl.exe grabpl.exe
-
.\grabpl.exe verify-drone
depends_on
:
-
clone
...
...
@@ -2105,7 +2105,6 @@ steps:
commands
:
-
$$ProgressPreference = "SilentlyContinue"
-
Invoke-WebRequest https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v0.5.26/windows/grabpl.exe -OutFile grabpl.exe
-
.\grabpl.exe verify-drone
-
git clone "https://$$env:GITHUB_TOKEN@github.com/grafana/grafana-enterprise.git"
-
cd grafana-enterprise
-
git checkout master
...
...
@@ -2122,6 +2121,7 @@ steps:
-
rm -force grabpl.exe
-
C:\App\grabpl.exe init-enterprise C:\App\grafana-enterprise
-
cp C:\App\grabpl.exe grabpl.exe
-
.\grabpl.exe verify-drone
depends_on
:
-
clone
...
...
@@ -2812,7 +2812,6 @@ steps:
commands
:
-
$$ProgressPreference = "SilentlyContinue"
-
Invoke-WebRequest https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v0.5.26/windows/grabpl.exe -OutFile grabpl.exe
-
.\grabpl.exe verify-drone
-
git clone "https://$$env:GITHUB_TOKEN@github.com/grafana/grafana-enterprise.git"
-
cd grafana-enterprise
-
git checkout $$env:DRONE_BRANCH
...
...
@@ -2829,6 +2828,7 @@ steps:
-
rm -force grabpl.exe
-
C:\App\grabpl.exe init-enterprise C:\App\grafana-enterprise
-
cp C:\App\grabpl.exe grabpl.exe
-
.\grabpl.exe verify-drone
depends_on
:
-
clone
...
...
scripts/lib.star
View file @
01df8f17
...
...
@@ -930,7 +930,6 @@ def get_windows_steps(edition, ver_mode, is_downstream=False):
'Invoke-WebRequest https://grafana-downloads.storage.googleapis.com/grafana-build-pipeline/v{}/windows/grabpl.exe -OutFile grabpl.exe'.format(grabpl_version),
]
clone_cmds = [
'.\\grabpl.exe verify-drone',
'git clone "https://$$env:GITHUB_TOKEN@github.com/grafana/grafana-enterprise.git"',
]
if not is_downstream:
...
...
@@ -959,6 +958,7 @@ def get_windows_steps(edition, ver_mode, is_downstream=False):
'rm -force grabpl.exe',
'C:\\App\\grabpl.exe init-enterprise C:\\App\\grafana-enterprise{}'.format(source_commit),
'cp C:\\App\\grabpl.exe grabpl.exe',
'.\\grabpl.exe verify-drone',
])
return steps
...
...
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