Sha256: ea1eccd55ed2e86efd50c6abd0075a356b7bac7d95357eb278d9bb0921a1e618
Contents?: true
Size: 326 Bytes
Versions: 2
Compression:
Stored size: 326 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 rspec spec --format RspecJunitFormatter --out testResults/rspec.xml
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
aspose_slides_cloud-22.3.0 | docker-entrypoint.sh |
aspose_slides_cloud-22.2.0 | docker-entrypoint.sh |