From 326af631a8ff605fd340704cf613778323320c96 Mon Sep 17 00:00:00 2001 From: alexandreFre <51956137+alexandreFre@users.noreply.github.com> Date: Mon, 8 Jul 2019 16:20:48 +0200 Subject: fix comment Co-Authored-By: paulrbr-fl <43074087+paulrbr-fl@users.noreply.github.com> --- scripts/launch-website.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/launch-website.sh b/scripts/launch-website.sh index ec9e92c..dda894d 100755 --- a/scripts/launch-website.sh +++ b/scripts/launch-website.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -#the sleep and the subquery & are here to ensure that wget is called after make website have done its work so that the website is gotten correctly +# sleep and the sub-command are there to make sure wget is called *after* `make website` has started. This ensures the website to be fetched correctly. (sleep 10; wget --recursive --no-parent --domains localhost --page-requisites --html-extension --convert-links --no-clobber http://localhost:4567/docs/providers/mailgun/; -- cgit v1.2.3 From 553ab86c68fc857262ffe9fe23e6679864ba7c16 Mon Sep 17 00:00:00 2001 From: Alexandre Garand Date: Mon, 8 Jul 2019 17:03:33 +0200 Subject: travis deploy only on master --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index c43c63a..f6ca131 100644 --- a/.travis.yml +++ b/.travis.yml @@ -29,7 +29,7 @@ deploy: keep_history: true local_dir: terraform-provider-website on: - all_branches: true + branch: master matrix: fast_finish: true -- cgit v1.2.3