Sha256: c005c2793c9e646b26e839fcb004635a9c6b9ab686b16bc1472ae5847cf9fe23
Contents?: true
Size: 662 Bytes
Versions: 3
Compression:
Stored size: 662 Bytes
Contents
#!/bin/bash DOCKER_IMAGE_NAME=notifications-ruby-client source environment.sh docker run \ --rm \ -v "`pwd`:/var/project" \ -e NOTIFY_API_URL=${NOTIFY_API_URL} \ -e API_KEY=${API_KEY} \ -e FUNCTIONAL_TEST_NUMBER=${FUNCTIONAL_TEST_NUMBER} \ -e FUNCTIONAL_TEST_EMAIL=${FUNCTIONAL_TEST_EMAIL} \ -e EMAIL_TEMPLATE_ID=${EMAIL_TEMPLATE_ID} \ -e SMS_TEMPLATE_ID=${SMS_TEMPLATE_ID} \ -e LETTER_TEMPLATE_ID=${LETTER_TEMPLATE_ID} \ -e EMAIL_REPLY_TO_ID=${EMAIL_REPLY_TO_ID} \ -e SMS_SENDER_ID=${SMS_SENDER_ID} \ -e API_SENDING_KEY=${API_SENDING_KEY} \ -e INBOUND_SMS_QUERY_KEY=${INBOUND_SMS_QUERY_KEY} \ -it \ ${DOCKER_IMAGE_NAME} \ ${@}
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
notifications-ruby-client-6.2.0 | scripts/run_with_docker.sh |
notifications-ruby-client-6.0.0 | scripts/run_with_docker.sh |
notifications-ruby-client-5.4.0 | scripts/run_with_docker.sh |