IBM-Cloud/logistics-wizard-toolchain

Move all pipeline scripts to their respective repo

Closed this issue · 0 comments

Instead of having the scripts inside the pipeline yml files, move them in their respective repos. It makes updating the deployment logic easier with less updates to do in the pipelines.

See logistics-wizard-recommendation for an example.

  • changes for "dev" branch in individual repos
  • changes for "dev" in toolchain
  • merge individual repo changes for "dev" branch in master
    • erp
    • controller
    • webui
  • update toolchain files for prod/master
  • use only one pipeline file for dev and master branches - with REPO, REPO_BRANCH and MODE (DEV/PROD) as parameters
  • merge toolchain changes in master
  • update live toolchain