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
a3ab04c0
Commit
a3ab04c0
authored
Dec 09, 2019
by
Hugo Häggmark
Committed by
Dominik Prokop
Dec 09, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix: Adds e2e as a package that needs to be built (#20961)
parent
93ab0532
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
scripts/circle-release-next-packages.sh
+2
-2
No files found.
scripts/circle-release-next-packages.sh
View file @
a3ab04c0
...
...
@@ -16,7 +16,7 @@ function prapare_version_commit () {
function
unpublish_previous_canary
()
{
echo
$'
\n
Unpublishing previous canary packages'
for
PACKAGE
in
ui toolkit data runtime
for
PACKAGE
in
ui toolkit data runtime
e2e
do
# dist-tag next to be changed to canary when https://github.com/grafana/grafana/pull/18195 is merged
CURRENT_CANARY
=
$(
npm view @grafana/
${
PACKAGE
}
dist-tags.canary
)
...
...
@@ -52,7 +52,7 @@ else
echo
$'
\n
Building packages'
for
PACKAGE
in
ui data toolkit runtime
for
PACKAGE
in
ui data toolkit runtime
e2e
do
start
=
$(
date +%s%N
)
yarn workspace @grafana/
$PACKAGE
run build
...
...
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