Skip to content
  • Krish Moodbidri's avatar
    1dc7f5f7
    This commit combines multiple commands into a single commit message: · 1dc7f5f7
    Krish Moodbidri authored
    cd CRI_XCBC && git checkout dev && git pull && cd ..
    'sed -i -E "s/(cod_deploy:).*/\1false/" CRI_XCBC/group_vars/all'
    Explanation:
    This commit message signifies that the 'CRI_XCBC' repository is being updated in the following ways:
    
    The branch is switched to 'dev'.
    The latest changes are pulled from the 'dev' branch.
    The 'CRI_XCBC/group_vars/all' file is modified to disable 'cod_deploy' by setting it to 'false'.
    1dc7f5f7
    This commit combines multiple commands into a single commit message:
    Krish Moodbidri authored
    cd CRI_XCBC && git checkout dev && git pull && cd ..
    'sed -i -E "s/(cod_deploy:).*/\1false/" CRI_XCBC/group_vars/all'
    Explanation:
    This commit message signifies that the 'CRI_XCBC' repository is being updated in the following ways:
    
    The branch is switched to 'dev'.
    The latest changes are pulled from the 'dev' branch.
    The 'CRI_XCBC/group_vars/all' file is modified to disable 'cod_deploy' by setting it to 'false'.
Loading