projects
/
blackbox_exporter.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1bb5828
)
Use Circle CI's org context (#482)
author
Simon Pasquier
<spasquie@redhat.com>
Wed, 29 May 2019 16:20:10 +0000
(18:20 +0200)
committer
Brian Brazil
<brian.brazil@robustperception.io>
Wed, 29 May 2019 16:20:10 +0000
(17:20 +0100)
Signed-off-by: Simon Pasquier <spasquie@redhat.com>
.circleci/config.yml
patch
|
blob
|
blame
|
history
diff --git
a/.circleci/config.yml
b/.circleci/config.yml
index 374b70e3f0c161979745bee9e9f59a13cc8dfadd..2680ee4d48795f4302b413ae1140017d8daa8f68 100644
(file)
--- a/
.circleci/config.yml
+++ b/
.circleci/config.yml
@@
-107,6
+107,7
@@
workflows:
tags:
only: /.*/
- docker_hub_master:
+ context: org-context
requires:
- test
- build
@@
-114,6
+115,7
@@
workflows:
branches:
only: master
- docker_hub_release_tags:
+ context: org-context
requires:
- test
- build