Skip to content

Commit

Permalink
🔊 Add logs on slack DB init
Browse files Browse the repository at this point in the history
Signed-off-by: mathieu.brunot <mathieu.brunot@monogramm.io>
  • Loading branch information
madmath03 committed Jun 3, 2020
1 parent 69b41be commit 8a1e6b6
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 5 deletions.
3 changes: 2 additions & 1 deletion images/4.0/alpine/back/custom_db_init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ log() {
## SLACK
#########################################

log "Run contrib Slack plugin migrations to generate the new needed table"
log "Run contrib Slack plugin migrations to generate the new needed table..."
python manage.py migrate taiga_contrib_slack
log "Contrib Slack plugin migrations applied."

#########################################
3 changes: 2 additions & 1 deletion images/4.1/alpine/back/custom_db_init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ log() {
## SLACK
#########################################

log "Run contrib Slack plugin migrations to generate the new needed table"
log "Run contrib Slack plugin migrations to generate the new needed table..."
python manage.py migrate taiga_contrib_slack
log "Contrib Slack plugin migrations applied."

#########################################
3 changes: 2 additions & 1 deletion images/4.2/alpine/back/custom_db_init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ log() {
## SLACK
#########################################

log "Run contrib Slack plugin migrations to generate the new needed table"
log "Run contrib Slack plugin migrations to generate the new needed table..."
python manage.py migrate taiga_contrib_slack
log "Contrib Slack plugin migrations applied."

#########################################
3 changes: 2 additions & 1 deletion images/5.0/alpine/back/custom_db_init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ log() {
## SLACK
#########################################

log "Run contrib Slack plugin migrations to generate the new needed table"
log "Run contrib Slack plugin migrations to generate the new needed table..."
python manage.py migrate taiga_contrib_slack
log "Contrib Slack plugin migrations applied."

#########################################
3 changes: 2 additions & 1 deletion template/back/custom_db_init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ log() {
## SLACK
#########################################

log "Run contrib Slack plugin migrations to generate the new needed table"
log "Run contrib Slack plugin migrations to generate the new needed table..."
python manage.py migrate taiga_contrib_slack
log "Contrib Slack plugin migrations applied."

#########################################

0 comments on commit 8a1e6b6

Please sign in to comment.