Skip to content

Commit

Permalink
all bump test
Browse files Browse the repository at this point in the history
  • Loading branch information
peter-j0y committed Sep 11, 2023
1 parent 35131db commit 75964b1
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/control_multi_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -157,13 +157,10 @@ def bump_major(vc_variable_name, vn_variable_name, version_code, major_version,
write_gradle_version(vc_variable_name, vn_variable_name, version_code, f"{major_version}.{minor_version}.{patch_version}")

if __name__ == '__main__':
# 변수화
gradle_file_path = os.environ.get('FILE-PATH')

# 변수화
pr_labels = os.environ.get('PR-LABELS')

# 변수화
version_name_dev_variable_name = os.environ.get('VERSION-NAME-DEV')
version_name_stg_variable_name = os.environ.get('VERSION-NAME-STG')
version_name_prod_variable_name = os.environ.get('VERSION-NAME-PROD')
Expand Down

0 comments on commit 75964b1

Please sign in to comment.