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
9582e0af
Unverified
Commit
9582e0af
authored
Nov 10, 2020
by
Arve Knudsen
Committed by
GitHub
Nov 10, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Drone: Fix docs building (#28986)
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
parent
91eac6e7
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
14 deletions
+2
-14
.drone.yml
+1
-11
scripts/lib.star
+1
-1
scripts/master.star
+0
-2
No files found.
.drone.yml
View file @
9582e0af
...
...
@@ -159,7 +159,7 @@ steps:
image
:
grafana/docs-base:latest
commands
:
-
mkdir -p /hugo/content/docs/grafana
-
cp -r docs/sources
/hugo/content/docs/grafana/latest
-
cp -r docs/sources
/* /hugo/content/docs/grafana/latest/
-
cd /hugo && make prod
depends_on
:
-
initialize
...
...
@@ -440,16 +440,6 @@ steps:
depends_on
:
-
build-frontend
-
name
:
build-docs-website
image
:
grafana/docs-base:latest
commands
:
-
mkdir -p /hugo/content/docs/grafana
-
cp -r docs/sources /hugo/content/docs/grafana/latest
-
cd /hugo && make prod
depends_on
:
-
initialize
-
build-frontend-docs
-
name
:
copy-packages-for-docker
image
:
grafana/build-container:1.2.28
commands
:
...
...
scripts/lib.star
View file @
9582e0af
...
...
@@ -637,7 +637,7 @@ def build_docs_website_step():
],
'commands': [
'mkdir -p /hugo/content/docs/grafana',
'cp -r docs/sources
/hugo/content/docs/grafana/latest
',
'cp -r docs/sources
/* /hugo/content/docs/grafana/latest/
',
'cd /hugo && make prod',
],
}
...
...
scripts/master.star
View file @
9582e0af
...
...
@@ -14,7 +14,6 @@ load(
'e2e_tests_step',
'build_storybook_step',
'build_frontend_docs_step',
'build_docs_website_step',
'copy_packages_for_docker_step',
'build_docker_images_step',
'postgres_integration_tests_step',
...
...
@@ -54,7 +53,6 @@ def get_steps(edition, is_downstream=False):
build_storybook_step(edition=edition, ver_mode=ver_mode),
publish_storybook_step(edition=edition, ver_mode=ver_mode),
build_frontend_docs_step(edition=edition),
build_docs_website_step(),
copy_packages_for_docker_step(),
build_docker_images_step(edition=edition, ver_mode=ver_mode, publish=publish),
build_docker_images_step(edition=edition, ver_mode=ver_mode, ubuntu=True, publish=publish),
...
...
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