-
Notifications
You must be signed in to change notification settings - Fork 63
Test on shippable #42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
| @@ -1,5 +1,5 @@ | |||
| mysql: | |||
| image: autopilotpattern/mysql:latest | |||
| image: autopilotpattern/mysql | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does this actually affect the tests, or are you eliminating the explicit :latest, since it's assumed anyway?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just eliminating the explicit :latest but at some point I need to figure out how to get the test rig to add the build identifier here so that we're testing the build we just created and not some arbitrary "latest"
| -w /src test $(TEST_RUN) tests.py | ||
| ## Pushes the application container image to the Docker Hub | ||
| ship: | ||
| docker push autopilotpattern/mysql:$(TAG) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@misterbisson should we be simultaneously pushing the :latest tag here, do you think?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, agreed: ship means :latest too.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done.
Includes injecting credentials for Manta
|
🏡 🚶 |
@misterbisson this is the work-in-progress PR.