Skip to content
Snippets Groups Projects
Commit c6391491 authored by Bo-Chun Chen's avatar Bo-Chun Chen
Browse files

style: bash test missing close square bracket

parent d3c2ce4c
No related branches found
No related tags found
1 merge request!3Change compute reference to login
......@@ -188,7 +188,7 @@ build_ood_image:
- export PKR_VAR_image_date_suffix=false
- export PKR_VAR_image_name="${BUILD_TARGET}-${BUILD_DATE}"
- |
if [ $ENV = 'knightly' || $ENV = 'prod' ]; then
if [ $ENV = 'knightly' ] || [ $ENV = 'prod' ]; then
curl --header "PRIVATE-TOKEN: ${ANSIBLE_VAR_TOKEN}" \
"${CI_API_V4_URL}/projects/2836/repository/files/knightly/raw?ref=main" \
-o CRI_XCBC/group_vars/$ENV
......
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