Skip to content

Commit

Permalink
Fix chart directory
Browse files Browse the repository at this point in the history
  • Loading branch information
dtomcej authored and traefiker committed Jan 23, 2020
1 parent f29a256 commit cfa60a0
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 @@ -47,7 +47,7 @@ before_deploy:
structor -o containous -r maesh --dockerfile-url="https://raw.githubusercontent.com/containous/maesh/master/docs/docs.Dockerfile" --menu.js-url="https://raw.githubusercontent.com/containous/structor/master/traefik-menu.js.gotmpl" --rqts-url="https://raw.githubusercontent.com/containous/structor/master/requirements-override.txt" --force-edit-url --exp-branch=master --debug;
fi
# Copy helm packages
- cp -r pages/charts site/charts
- cp -r pages/charts/. site/charts
# Copy CNAME file
- cp pages/CNAME site/CNAME
# Install linters
Expand Down

0 comments on commit cfa60a0

Please sign in to comment.