Skip to content

Commit

Permalink
EPMRPP-88736 update migration scripts reference
Browse files Browse the repository at this point in the history
  • Loading branch information
grabsefx committed Jul 3, 2024
1 parent e239b4d commit 80f3e51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project-properties.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ project.ext {
releaseMode = project.hasProperty("releaseMode")
hasDBSchema = project.hasProperty("DB_SCHEMA_POSTGRES")
scriptsUrl = commonScriptsUrl + (releaseMode ? getProperty('scripts.version') : 'develop')
migrationsUrl = migrationsScriptsUrl + (releaseMode ? getProperty('migrations.version') : 'EPMRPP-88736')
migrationsUrl = migrationsScriptsUrl + (releaseMode ? getProperty('migrations.version') : 'feature/orgs')

//TODO refactor with archive download
testScriptsSrc = [
Expand Down

0 comments on commit 80f3e51

Please sign in to comment.