Created
June 27, 2017 02:00
-
-
Save marsyang1/bbd1253a66d7b79457e1c1bf4d21b4d2 to your computer and use it in GitHub Desktop.
test Shippable.yml
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
language: none | |
build: | |
pre_ci: | |
- gradle clean build | |
- docker build -t builder:tip . | |
pre_ci_boot: | |
- image_name: builder | |
image_tag: tip | |
pull: false | |
options: "-e HOME=/root" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment