Sha256: e6c0847d64011e54a99595043ea18c0c560a6986fbf154b5e0e7e2f570571b4a
Contents?: true
Size: 364 Bytes
Versions: 3
Compression:
Stored size: 364 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 sed -i 's~@base_url@~'"${BASE_URL}"'~g' testConfig.json sed -i 's~@base_auth_url@~'"${BASE_AUTH_URL}"'~g' testConfig.json mkdir testResults rspec spec --format RspecJunitFormatter --out testResults/rspec.xml
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
aspose_slides_cloud-23.9.0 | docker-entrypoint.sh |
aspose_slides_cloud-23.7.0 | docker-entrypoint.sh |
aspose_slides_cloud-23.6.0 | docker-entrypoint.sh |