Skip to content

Commit

Permalink
Merge pull request #439 from hoatle/tasks/v0.6.0
Browse files Browse the repository at this point in the history
v0.6.0 initial implementation
  • Loading branch information
hoatle authored Aug 17, 2018
2 parents fc692c0 + 014f31f commit 0f91f07
Show file tree
Hide file tree
Showing 284 changed files with 899 additions and 21,422 deletions.
29 changes: 0 additions & 29 deletions .chef/config.rb

This file was deleted.

15 changes: 3 additions & 12 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -150,18 +150,9 @@ docs/_build/**

.vagrant

extensions/*
!extensions/.gitkeep

# Ignore workspace sub directories
workspace/*
!workspace/.gitkeep

home/.virtualenvs/*
!home/.virtualenvs/.gitkeep

home/.docker/*
!home/.docker/.gitkeep

nodes/*.json

# https://github.com/teracyhq/dev/issues/246
vagrant_config_override.json
Vagrantfile-ext.rb
6 changes: 0 additions & 6 deletions .gitmodules

This file was deleted.

46 changes: 4 additions & 42 deletions .travis.yml
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"
22 changes: 0 additions & 22 deletions .travis/build.sh

This file was deleted.

12 changes: 0 additions & 12 deletions .travis/common.sh

This file was deleted.

32 changes: 0 additions & 32 deletions .travis/deploy.sh

This file was deleted.

9 changes: 0 additions & 9 deletions .travis/setup.sh

This file was deleted.

4 changes: 0 additions & 4 deletions AUTHORS_CHEF.md

This file was deleted.

7 changes: 0 additions & 7 deletions Berksfile

This file was deleted.

13 changes: 0 additions & 13 deletions Berksfile.lock

This file was deleted.

11 changes: 0 additions & 11 deletions CHANGELOG_CHEF.md

This file was deleted.

2 changes: 0 additions & 2 deletions CONTRIBUTORS_CHEF.md

This file was deleted.

29 changes: 0 additions & 29 deletions Dockerfile-dev

This file was deleted.

14 changes: 0 additions & 14 deletions Gemfile

This file was deleted.

Loading

0 comments on commit 0f91f07

Please sign in to comment.