Skip to content

Commit ff042ba

Browse files
author
Antonio Arenzana Pulido
committed
#169 commas required
1 parent 41c2b15 commit ff042ba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ notifications:
6262
deploy:
6363
provider: script
6464
script: ANSIBLE_ROLES_PATH=../ pipenv run ansible-playbook dockerhub/main.yml --extra-vars
65-
"docker_hub_email=${DOCKER_EMAIL} docker_hub_username=${DOCKER_USERNAME} docker_hub_password=${DOCKER_PASSWORD}
65+
"docker_hub_email=${DOCKER_EMAIL} docker_hub_username=${DOCKER_USERNAME} docker_hub_password='${DOCKER_PASSWORD}'
6666
docker_image_base=${DOCKER_IMAGE_BASE} jdk_version=${JDK_VERSION} jdk_major=${JDK_MAJOR}
6767
jdk_vendor=${JDK_VENDOR} docker_tag=${DOCKER_TAG_TO_PUBLISH}"
6868
on:

0 commit comments

Comments
 (0)