Skip to content

Commit

Permalink
Update mutate-guppy-config-for-guppy-test.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
EliseCastle23 authored Oct 30, 2023
1 parent 3ff37b9 commit 5fc0290
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gen3/bin/mutate-guppy-config-for-guppy-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ sed -i 's/\(.*\)"index": "\(.*\)_etl",$/\1"index": "jenkins_subject_alias",/' or
# for bloodpac-like envs
sed -i 's/\(.*\)"index": "\(.*\)_case",$/\1"index": "jenkins_subject_alias",/' original_guppy_config.yaml
# the pre-defined Canine index works with subject ONLY (never case)
sed -i 's/\(.*\)"type": "case"$/\1"type": "subject"/' original_guppy_config.yaml
# sed -i 's/\(.*\)"type": "case"$/\1"type": "subject"/' original_guppy_config.yaml
sed -i 's/\(.*\)"index": "\(.*\)_file",$/\1"index": "jenkins_file_alias",/' original_guppy_config.yaml
sed -i 's/\(.*\)"config_index": "\(.*\)_array-config",$/\1"config_index": "jenkins_configs_alias",/' original_guppy_config.yaml

Expand Down

0 comments on commit 5fc0290

Please sign in to comment.