Skip to content
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

Improve CI and drop Taiga 3 #36

Merged
merged 13 commits into from
May 17, 2020
Prev Previous commit
Next Next commit
🔥 Drop Taiga 3.3
Signed-off-by: mathieu.brunot <mathieu.brunot@monogramm.io>
  • Loading branch information
madmath03 committed May 17, 2020
commit ef5a0f15387a89478a0090f7328e58ba8143745f
9 changes: 4 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ script:
- docker-compose logs "taiga_front"
- docker-compose ps "taiga_front" | grep "Up"
# TODO Test Front custom setup properly applied
#- curl http://localhost/config.json
#- curl http://localhost/config.json | grep 'gitlab-auth.json'
#- curl http://localhost/config.json | grep 'github-auth.json'
#- curl http://localhost/config.json | grep '"ldap"'
#- curl http://localhost:80/config.json
#- curl http://localhost:80/config.json | grep 'gitlab-auth.json'
#- curl http://localhost:80/config.json | grep 'github-auth.json'
#- curl http://localhost:80/config.json | grep '"ldap"'
# Test containers can be dropped and restarted
- docker-compose down
- docker-compose up -d && sleep 60
Expand All @@ -55,7 +55,6 @@ notifications:
email: false

env: # Environments
- VERSION=3.4 VARIANT=alpine
- VERSION=4.0 VARIANT=alpine
- VERSION=4.1 VARIANT=alpine
- VERSION=4.2 VARIANT=alpine
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ Taiga is a project management platform for startups and agile developers & desig

> [docker-taiga-back](https://hub.docker.com/r/monogramm/docker-taiga-back/)

- `3.4`, `3.4-alpine`, `3`, `3-alpine`
- `4.0`, `4.0-alpine`
- `4.1`, `4.1-alpine`
- `4.2`, `4.2-alpine`, `4`, `4-alpine`
Expand Down
72 changes: 0 additions & 72 deletions images/3.4/alpine/.env

This file was deleted.

40 changes: 0 additions & 40 deletions images/3.4/alpine/back/Dockerfile

This file was deleted.

87 changes: 0 additions & 87 deletions images/3.4/alpine/back/entrypoint.sh

This file was deleted.

112 changes: 0 additions & 112 deletions images/3.4/alpine/back/local.py

This file was deleted.

Loading