Skip to content

Commit

Permalink
Temporary fix for docker-compose bug
Browse files Browse the repository at this point in the history
  • Loading branch information
StephanZaat committed Jul 25, 2016
1 parent 1910594 commit 64b7a4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .jenkins/import.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ mkdir -p ${DIR}/backups

dc build
dc up -d database_BAG
dc exec database_BAG update-atlas.sh
dc exec -T database_BAG update-atlas.sh
dc run --rm importer
dc run --rm el-backup
dc down database_BAG

0 comments on commit 64b7a4f

Please sign in to comment.