mirror of
https://github.com/samply/bridgehead.git
synced 2025-06-17 03:40:14 +02:00
Migrated TransFAIR start logic from launch file to docker-compose
The start-up logic for TransFAIR is specific to the ECDC/EHDS2 Bridgehead, and did not belong in the TransFAIR repo. This commit fixes that. It also honours the change of the TransFAIR branch name for this project, "ehds2".
This commit is contained in:
@ -267,7 +267,7 @@ function clone_repo_if_nonexistent() {
|
||||
function clone_transfair_if_nonexistent() {
|
||||
local base_dir="$1"
|
||||
|
||||
clone_repo_if_nonexistent https://github.com/samply/transFAIR.git $base_dir/transfair main_ecdc_amt_prototype
|
||||
clone_repo_if_nonexistent https://github.com/samply/transFAIR.git $base_dir/transfair ehds2
|
||||
}
|
||||
|
||||
function clone_focus_if_nonexistent() {
|
||||
|
Reference in New Issue
Block a user