Skip to content
Snippets Groups Projects

Allow flexibility to define a target submodule and its branch

Closed Eesaan Atluri requested to merge feat-abstract-target-branch-and-project into master
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
+ 2
2
@@ -38,8 +38,8 @@ build_packer:
name: $TARGET_ENV
tags: [build]
script:
- cd CRI_XCBC && git checkout dev && git pull && cd ..
- cd CRI_Cluster_Monitor && git checkout master && git pull && cd ..
- cd ${cluster_ansible} && git checkout ${cluster_ansible_branch} && git pull && cd ..
- cd ${clustermon_ansible} && git checkout ${clustermon_ansible_branch} && git pull && cd ..
- export PKR_VAR_build_image_name="xdmod-$TARGET_ENV-$(TZ=America/Chicago date +%Y-%m-%dT%H%M%S)"
- 'sed -i -E "s/(enable_selinix_permissive: ).*/\1true/" CRI_Cluster_Monitor/group_vars/all'
- 'sed -i -E "s/(enable_simplesaml: ).*/\1true/" CRI_Cluster_Monitor/group_vars/all'
Loading