Created
October 15, 2018 18:25
-
-
Save rk295/ac0a653ce0a5cf9525398fd8b582100a to your computer and use it in GitHub Desktop.
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
stages: | |
- test | |
test: | |
stage: test | |
# hashicorp/terraform does not operate how the CI server wants. | |
# Switched to alternate container to work better within GitLab CI. | |
image: marcelocorreia/terraform | |
script: | |
- ./validate | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment