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
No related merge requests found
Pipeline #13485 failed with stage
in 1 minute and 9 seconds
...@@ -188,7 +188,7 @@ build_ood_image: ...@@ -188,7 +188,7 @@ build_ood_image:
- export PKR_VAR_image_date_suffix=false - export PKR_VAR_image_date_suffix=false
- export PKR_VAR_image_name="${BUILD_TARGET}-${BUILD_DATE}" - 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}" \ curl --header "PRIVATE-TOKEN: ${ANSIBLE_VAR_TOKEN}" \
"${CI_API_V4_URL}/projects/2836/repository/files/knightly/raw?ref=main" \ "${CI_API_V4_URL}/projects/2836/repository/files/knightly/raw?ref=main" \
-o CRI_XCBC/group_vars/$ENV -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