Skip to content

Instantly share code, notes, and snippets.

@bborysenko
Last active September 27, 2017 07:07
Show Gist options
  • Select an option

  • Save bborysenko/10a75db73593cdc5e3b0aec8d9662888 to your computer and use it in GitHub Desktop.

Select an option

Save bborysenko/10a75db73593cdc5e3b0aec8d9662888 to your computer and use it in GitHub Desktop.
#!/usr/bin/env bash
export AUTO_DEVOPS_VERSION=0.1.0
function build_docker_images() {
echo "Build Docker images"
}
function version() {
echo "${AUTO_DEVOPS_VERSION}"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment