Sha256: 20ec9acc5a2c33cd2b0178e0828d3842ee95f1a168db00b72cad09f0299fc27f

Contents?: true

Size: 337 Bytes

Versions: 7

Compression:

Stored size: 337 Bytes

Contents

#!/usr/bin/env bash

sed -i "s/@your_client_id@/${CLIENT_ID}/g" testConfig.json
sed -i "s/@your_client_secret@/${CLIENT_SECRET}/g" testConfig.json
if [ -n "$BASE_URL" ] ; then sed -i "s+https://api-qa.aspose.cloud+${BASE_URL}+g" testConfig.json ; fi

mkdir testResults
rspec spec --format RspecJunitFormatter --out testResults/rspec.xml

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
aspose_slides_cloud-23.4.0 docker-entrypoint.sh
aspose_slides_cloud-23.3.0 docker-entrypoint.sh
aspose_slides_cloud-23.2.0 docker-entrypoint.sh
aspose_slides_cloud-23.1.0 docker-entrypoint.sh
aspose_slides_cloud-22.12.0 docker-entrypoint.sh
aspose_slides_cloud-22.11.0 docker-entrypoint.sh
aspose_slides_cloud-22.10.0 docker-entrypoint.sh