Skip to content

Commit

Permalink
[REF] Premigration file in entrypoint
Browse files Browse the repository at this point in the history
  • Loading branch information
kurkop committed Dec 2, 2020
1 parent 71cf579 commit 9b2569e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ bash /pre-migration.sh

# Scripts before migration
cd /flyway/
echo $INPUT_PRE_MIGRATION_BASH_SHA | base64 -d > pre_migration.sh
bash pre_migration.sh
echo $INPUT_PRE_MIGRATION_BASH_SHA | base64 -d > pre_migration2.sh
bash pre_migration2.sh

# Migrate
flyway migrate
Expand Down

0 comments on commit 9b2569e

Please sign in to comment.