Last active
October 20, 2019 19:28
-
-
Save wshihadeh/dba7b5a778caa3eeb62b2821c3968b1d to your computer and use it in GitHub Desktop.
Travis file
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: ruby | |
rvm: | |
- "2.6.4" | |
branches: | |
only: | |
- master | |
before_script: | |
- echo $DOCKER_TOKEN | docker login -u $DOCKER_NAMESPACE --password-stdin | |
script: | |
- ./create_docker_files | |
- ./build_and_push_docker_images | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment