Last active
September 27, 2017 07:07
-
-
Save bborysenko/10a75db73593cdc5e3b0aec8d9662888 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| #!/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