forked from netdata/netdata
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Travis and docker setup after migration (netdata#4247)
* fix travis * add misc vars * info contact * add build script pushing to old repo * add two more variables
- Loading branch information
1 parent
381c217
commit 9dcf1c7
Showing
3 changed files
with
22 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# Variables needed by travis | ||
|
||
- GH_TOKEN - GitHub token with push access to repository | ||
- DOCKER_USERNAME - Username (netdatabot) with write access to docker hub repository | ||
- DOCKER_PASSWORD - Password to docker hub | ||
- encrypted_decb6f6387c4_key - Something to do with package releasing (need more info from @philwhineray) | ||
- encrypted_decb6f6387c4_iv - Something to do with package releasing (need more info from @philwhineray) | ||
- OLD_DOCKER_USERNAME - Username used to push images to firehol/netdata # TODO: remove after deprecating that repo | ||
- OLD_DOCKER_PASSWORD - Password used to push images to firehol/netdata # TODO: remove after deprecating that repo |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters