Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated env.sh file and MainMigrationWorkflow.yml file in migration-automation-workflow branch #16180

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 10 additions & 10 deletions .github/migration-tester/migration-automation/env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -529,18 +529,18 @@ export APP_NAME=Demoapp4
export REDIRECTURI=https://localhost:8080/callback

# File IDs in IAM Updates User google Drive (Where GA Packs are hosted)
export FILE_ID_5_9=1pePZJM0gIFlPft8qSsu4613kiVzuLQHs
export FILE_ID_5_10=1WSQwh2aizd-nhrQQEc_PqnTJJxiRufUv
export FILE_ID_5_11=1tn6GYCzJtMBdwleQ2fVy1icUlItdm4w5
export FILE_ID_6_0=1eAcSLBD-UoYI84SefGQKokOhpmU9bO_a
export FILE_ID_6_1=1WQkO5xvN8RGNNSgF2Q-x9_dAnKs2MGN6
export FILE_ID_5_9=1YN35GK04qIJLDVGeLAAVVYUg-gZNctlR
export FILE_ID_5_10=1IALX_snth6bBCScPTbnHoh3G6t9X4IYi
export FILE_ID_5_11=1VCcVskacgTA2T5fXiWR3CUcFMo7b4HeU
export FILE_ID_6_0=1qWz-KOz8R6TbMmiYIki62l4B21B3PjcP
export FILE_ID_6_1=1wfJ_4psVm1SeoHBYqK68hDs6OjsZQQFq

# Urls for GA packs stored inside google drive
# https://drive.google.com/file/d/1pePZJM0gIFlPft8qSsu4613kiVzuLQHs/view?usp=sharing - is 5.9.0
# https://drive.google.com/file/d/1WSQwh2aizd-nhrQQEc_PqnTJJxiRufUv/view?usp=sharing - is 5.10.0
# https://drive.google.com/file/d/1tn6GYCzJtMBdwleQ2fVy1icUlItdm4w5/view?usp=sharing - is 5.11.0
# https://drive.google.com/file/d/1eAcSLBD-UoYI84SefGQKokOhpmU9bO_a/view?usp=sharing - is 6.0.0
# https://drive.google.com/file/d/1WQkO5xvN8RGNNSgF2Q-x9_dAnKs2MGN6/view?usp=sharing - is 6.1.0
# https://drive.google.com/file/d/1YN35GK04qIJLDVGeLAAVVYUg-gZNctlR/view?usp=sharing - is 5.9.0
# https://drive.google.com/file/d/1IALX_snth6bBCScPTbnHoh3G6t9X4IYi/view?usp=sharing - is 5.10.0
# https://drive.google.com/file/d/1VCcVskacgTA2T5fXiWR3CUcFMo7b4HeU/view?usp=sharing - is 5.11.0
# https://drive.google.com/file/d/1qWz-KOz8R6TbMmiYIki62l4B21B3PjcP/view?usp=sharing - is 6.0.0
# https://drive.google.com/file/d/1wfJ_4psVm1SeoHBYqK68hDs6OjsZQQFq/view?usp=sharing - is 6.1.0

###############################################################################################################################
# ENV CONFIGS RELATED TO DATABASE BACKUP - COMMON TO LINUX & MACOS #
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ on:
- "5.11.0"
- "6.0.0"
- "6.1.0"
- "6.2.0"
database:
description: "Select the database."
default: "mysql"
Expand Down