This repository has been archived by the owner on Sep 12, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2 from calvinmclean/images
Use Dockerhub images instead of local build
- Loading branch information
Showing
32 changed files
with
188 additions
and
1,248 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
language: python | ||
|
||
services: | ||
- docker | ||
|
||
env: | ||
- GUAC_ARG='-f docker-compose.yml -f docker-compose.guac.yml' ATMO_TEST_ARG='-f docker-compose.atmo-test.yml' TROPO_TEST_ARG='-f docker-compose.tropo-test.yml' | ||
|
||
before_install: | ||
- sudo curl -L "https://github.com/docker/compose/releases/download/1.24.0/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose | ||
- sudo chmod +x /usr/local/bin/docker-compose | ||
- docker-compose pull | ||
- docker-compose ${ATMO_TEST_ARG} pull | ||
- docker-compose ${TROPO_TEST_ARG} pull | ||
|
||
script: | ||
- docker-compose config | ||
- docker-compose ${GUAC_ARG} config | ||
- docker-compose ${ATMO_TEST_ARG} config | ||
- docker-compose ${TROPO_TEST_ARG} config | ||
- docker-compose build | ||
- docker-compose ${ATMO_TEST_ARG} up --exit-code-from atmosphere | ||
- docker-compose ${ATMO_TEST_ARG} rm -f | ||
- docker-compose ${TROPO_TEST_ARG} up --exit-code-from troposphere |
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
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.