Skip to content
Snippets Groups Projects
Commit 3de423df authored by Krish Moodbidri's avatar Krish Moodbidri
Browse files

Fix to remove '' in sed command inside If condition

parent fe885179
No related branches found
No related tags found
1 merge request!17Fix to remove '' in sed command inside If condition
......@@ -52,7 +52,7 @@ build_packer:
- 'sed -i -E "s/(enable_user_reg: ).*/\1false/" CRI_XCBC/group_vars/all'
- |
if [[ "$TARGET_ENV" == "staging" || "$TARGET_ENV" == "production" ]]; then
'sed -i -E "s/(enable_UAB_UI: ).*/\1true/" CRI_Cluster_Monitor/group_vars/all'
sed -i -E "s/(enable_UAB_UI: ).*/\1true/" CRI_Cluster_Monitor/group_vars/all
fi
- echo $PKR_VAR_s3_endpoint
- packer validate xdmod
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment