You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
else
COSENDPOINT="s3.${REGION}.cloud-object-storage.appdomain.cloud";
echo "Target the resource group with ID ${RESOURCEGROUP}"
#ibmcloud target -g ${RESOURCEGROUP}
echo "Check if IBM Cloud Object Storage Instance already exists"
CheckAndCreateCOSInstance
echo "Check if the Bucket required to store artifacts already exists"
CheckAndCreateBucket
This results in the following error:
Multiple Cloud object storage instance detected. Proceeding with creation of instance named gas-vsi-app-20230215 with standard plan.
FAILED
No resource group targeted. Use 'ibmcloud target -g RESOURCE_GROUP' to target a resource group.
Why this line is commented out https://github.com/open-toolchain/simple-vsi-toolchain/blob/master/.build_pipeline/task.yaml#L211
in
UploadToCOStorage
method?:This results in the following error:
in the line https://github.com/open-toolchain/simple-vsi-toolchain/blob/master/.build_pipeline/task.yaml#L189
Upload works fine when that commented 211 line is uncommented :-)
The text was updated successfully, but these errors were encountered: