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
3d669838
Commit
3d669838
authored
Jan 24, 2017
by
bergquist
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tech(build): adds s3 bucket for nightly
parent
f7993db7
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
6 deletions
+2
-6
circle.yml
+2
-2
scripts/circle-test.sh
+0
-4
No files found.
circle.yml
View file @
3d669838
...
...
@@ -31,14 +31,14 @@ test:
deployment
:
gh_branch
:
branch
:
new_deploy
branch
:
master
owner
:
grafana
commands
:
-
pip install awscli
-
./scripts/build/build_container.sh
-
./scripts/build/deploy.sh
#- ./scripts/build/sign_packages.sh
#- aws s3 sync ./dist s3://$
BUCKET_NAME
-
aws s3 sync ./dist s3://$NIGHTLY_
BUCKET_NAME
#- ./scripts/trigger_grafana_docker_build.sh ${TRIGGER_GRAFANA_DOCKER_CIRCLECI_TOKEN}
gh_tag
:
tag
:
/^v[0-9]+(\.[0-9]+){2}(-.+|[^-.]*)$/
...
...
scripts/circle-test.sh
View file @
3d669838
...
...
@@ -18,12 +18,8 @@ yarn install --pure-lockfile
exit_if_fail npm
test
#test -z "$(gofmt -s -l ./pkg/... | tee /dev/stderr)"
exit_if_fail
test
-z
"
$(
gofmt
-s
-l
./pkg/... | tee /dev/stderr
)
"
#exit_if_fail go run build.go setup
exit_if_fail go run build.go build
exit_if_fail go vet ./pkg/...
exit_if_fail go
test
-v
./pkg/...
...
...
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