Skip to content

Instantly share code, notes, and snippets.

@manishkpr
manishkpr / osx-kong.sh
Created June 12, 2018 01:54 — forked from sepehr/osx-kong.sh
OSX: Kong Installation
#!/bin/bash
#
# The homebrew formula of kong has a lot of version incompatibilities. So
# we install kong directly from Luarocks.
#
# Kong only works with Cassandra 2.1.x/2.2.x, the latest brew formula for
# cassandra is 3.x. We need to tap homebrew/versions and install cassandra22
# instead.
#
@manishkpr
manishkpr / fastlane_beta.ruby
Created November 21, 2019 03:08 — forked from monday8am/fastlane_beta.ruby
Fastlane Beta
desc ""
lane :beta do |lane|
# ensure you are in master branch
ensure_git_branch
# ensure that master branch is clean
ensure_git_status_clean
# check the semantic parameter entered