Sha256: 3453f2e5568c365ae1e081cbdbc9d61f5fb3e35fd1ae317df0a107158683fb4a
Contents?: true
Size: 354 Bytes
Versions: 1
Compression:
Stored size: 354 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 rm -rf spec/api mkdir testResults #rspec spec --format RspecJunitFormatter --out testResults/rspec.xml
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
aspose_slides_cloud-22.9.0 | docker-entrypoint.sh |