Skip to content

Commit

Permalink
EPMRPP-90460 update scripts reference
Browse files Browse the repository at this point in the history
  • Loading branch information
grabsefx committed Jun 7, 2024
1 parent 7e5a048 commit ebd1040
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-90460-project-table')
migrationsUrl = migrationsScriptsUrl + (releaseMode ? getProperty('migrations.version') : 'feature/orgs')

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

0 comments on commit ebd1040

Please sign in to comment.