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
9154d701
Unverified
Commit
9154d701
authored
Feb 20, 2020
by
Arve Knudsen
Committed by
GitHub
Feb 20, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
CircleCI: Fix publishing of releases (#22342)
parent
252a2fdc
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
33 additions
and
2 deletions
+33
-2
.circleci/config.yml
+33
-2
No files found.
.circleci/config.yml
View file @
9154d701
...
...
@@ -126,6 +126,33 @@ jobs:
command
:
./scripts/ci-job-succeeded.sh
when
:
on_success
build-release-publisher
:
description
:
"
Build
release-publisher"
executor
:
grafana-build
steps
:
-
checkout
-
run
:
name
:
CI job started
command
:
./scripts/ci-job-started.sh
-
run
:
name
:
Test and build Grafana.com release publisher
command
:
|
cd scripts/build/release_publisher
go test .
go build -o release_publisher .
-
persist_to_workspace
:
root
:
.
paths
:
-
scripts/build/release_publisher/release_publisher
-
run
:
name
:
CI job failed
command
:
./scripts/ci-job-failed.sh
when
:
on_fail
-
run
:
name
:
CI job succeeded
command
:
./scripts/ci-job-succeeded.sh
when
:
on_success
shellcheck-grabpl
:
machine
:
true
steps
:
...
...
@@ -329,7 +356,7 @@ jobs:
cp -r /tmp/workspace/oss/dist .
rm -f dist/*latest*
cd dist
..
/scripts/build/release_publisher/release_publisher -apikey ${GRAFANA_COM_API_KEY} -version "v$(cat grafana.version)" --nightly
/tmp/workspace
/scripts/build/release_publisher/release_publisher -apikey ${GRAFANA_COM_API_KEY} -version "v$(cat grafana.version)" --nightly
publish-enterprise-master
:
executor
:
grafana-publish
...
...
@@ -356,7 +383,7 @@ jobs:
cp -r /tmp/workspace/enterprise/dist .
rm -f dist/*latest*
cd dist
..
/scripts/build/release_publisher/release_publisher -apikey ${GRAFANA_COM_API_KEY} -version "v$(cat grafana.version)" --nightly
/tmp/workspace
/scripts/build/release_publisher/release_publisher -apikey ${GRAFANA_COM_API_KEY} -version "v$(cat grafana.version)" --nightly
docker-oss-master
:
executor
:
docker
...
...
@@ -1874,6 +1901,8 @@ workflows:
edition
:
enterprise
requires
:
-
install-grabpl
-
build-release-publisher
:
filters
:
*filter-only-master
-
codespell
:
filters
:
*filter-only-master
requires
:
...
...
@@ -1963,6 +1992,7 @@ workflows:
-
package-oss
-
build-oss-windows-installer
-
end-to-end-tests
-
build-release-publisher
-
docker-oss-master
:
filters
:
*filter-only-master
requires
:
...
...
@@ -1979,6 +2009,7 @@ workflows:
-
package-enterprise
-
build-enterprise-windows-installer
-
end-to-end-tests
-
build-release-publisher
-
docker-enterprise-master
:
filters
:
*filter-only-master
requires
:
...
...
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