-
Notifications
You must be signed in to change notification settings - Fork 31
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 #439 from hoatle/tasks/v0.6.0
v0.6.0 initial implementation
- Loading branch information
Showing
284 changed files
with
899 additions
and
21,422 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
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 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 |
---|---|---|
@@ -1,45 +1,7 @@ | ||
group: deprecated-2017Q2 # see: https://blog.travis-ci.com/2017-06-21-trusty-updates-2017-Q2-launch | ||
sudo: required | ||
|
||
services: | ||
- docker | ||
env: | ||
matrix: | ||
- BUILD_TYPE=dev CI_REGISTRY_IMAGE=$DEV_DOCKER_IMAGE IMAGE_TAG_PREFIX=dev_ | ||
- BUILD_TYPE=docs CI_REGISTRY_IMAGE=$DOCS_DOCKER_IMAGE IMAGE_TAG_PREFIX="" | ||
global: | ||
- DOCKER_FILE=Dockerfile-dev | ||
- CI_BUILD_TIME=$(date -u +"%Y-%m-%dT%H:%M:%SZ") | ||
- docker | ||
|
||
before_install: | ||
- git submodule update --init --recursive | ||
# install the latest docker and docker-compose versions | ||
- sudo apt-get remove docker docker-engine | ||
- sudo curl -sSL https://get.docker.com/ | sh | ||
- sudo rm /usr/local/bin/docker-compose | ||
# the latest docker-compose version | ||
- export DOCKER_COMPOSE_VERSION=$(curl -s https://api.github.com/repos/docker/compose/releases/latest | grep 'tag_name' | cut -d\" -f4) | ||
- curl -L https://github.com/docker/compose/releases/download/${DOCKER_COMPOSE_VERSION}/docker-compose-`uname -s`-`uname -m` > docker-compose | ||
- chmod +x docker-compose | ||
- sudo mv docker-compose /usr/local/bin | ||
- docker version | ||
- docker-compose version | ||
# install | ||
install: true | ||
before_script: | ||
- chmod ugo+x ./.travis/build.sh | ||
- chmod ugo+x ./.travis/deploy.sh | ||
- git config --global user.name "Teracy Bot" | ||
- git config --global user.email "[email protected]" | ||
- export REPO_URL="https://[email protected]/$GH_REPO.git" | ||
- . ./.travis/setup.sh | ||
- echo $DEPLOY_HTML_DIR | ||
- export TAG=`if [ "$TRAVIS_BRANCH" == "master" ]; then echo "latest"; else echo $TRAVIS_BRANCH | sed -e 's/[\/]/-/g' | sed -e 's/[\#]//g'; fi` | ||
- export CONTAINER_IMAGE=$CI_REGISTRY_IMAGE:$IMAGE_TAG_PREFIX$TAG | ||
script: | ||
- ./.travis/build.sh | ||
after_success: | ||
- ./.travis/deploy.sh | ||
notifications: | ||
slack: | ||
rooms: | ||
secure: 7rOCiLQZBvSATaFhw/6AgLRo/dGtoume8t0Bmaao5Tp7RKe99qLdN672OzY8aQzxWvP6pexcTvgcVaIIIEk808F7l6tTsz4HRp1TNwxeb0q6kiW0ZgTGS7KvRe17sSpcLUv26T1/flaLbmOaRoqNm/e77onenuuEgM5LTIkc11s= | ||
on_success: change | ||
- echo "OK" |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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.