cd-ci-glue
|
Functions | |
artifactory_setup () | |
(Possibly download) and configure the jfrog CLI utility. More... | |
awsecr_login () | |
Login to Amazon Elastic Container Registry. (ECR) More... | |
awsecr_push_image (image) | |
Push a locally built docker image to Amazon ECR. More... | |
dockerhub_push_image (image) | |
Push image to Docker Hub. More... | |
dockerhub_set_description (repository, filename) | |
Set the image description on Docker Hub. More... | |
github_pages_prepare (repository) | |
Prepare a local directory for working with GitHub pages. More... | |
github_doc_commit (dir) | |
Commit previously prepared documentation. More... | |
github_releases_get_latest (repository) | |
Returns the latest tagged version on the given repository. More... | |
github_wiki_commit (dir) | |
Commit previously prepared wiki directory. More... | |
github_wiki_prepare (repository) | |
Prepare a local directory for working with GitHub Wiki repo. More... | |
is_travis_branch_push (branch) | |
Check if invoked from Travis CI due to a push event on a specific branch. More... | |
is_travis_master_push () | |
Check if invoked from Travis CI due to push on master branch. More... | |
is_travis_cron () | |
Check if invoked from Travis CI due to a cron event. More... | |