Skip to content

Commit

Permalink
Further env var fix
Browse files Browse the repository at this point in the history
  • Loading branch information
philippjfr committed Jan 8, 2020
1 parent f81b5cb commit 9f5357a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ jobs:

- <<: *gallery_build
stage: gallery_daily
env: DESC="gallery" HV_DOC_GALLERY="false" HV_DOC_REF_GALLERY="true" BUCKET="build." HV_REQUIREMENTS="doc" PANEL_EMBED="true" PANEL_EMBED_JSON="true" PANEL_EMBED_JSON_PREFIX="json"
env: DESC="gallery" HV_DOC_GALLERY="true" HV_DOC_REF_GALLERY="false" BUCKET="build." HV_REQUIREMENTS="doc" PANEL_EMBED="true" PANEL_EMBED_JSON="true" PANEL_EMBED_JSON_PREFIX="json"

- <<: *doc_build
stage: docs
Expand Down

0 comments on commit 9f5357a

Please sign in to comment.