Skip to content

Commit

Permalink
Merge branch 'master' into ustutt
Browse files Browse the repository at this point in the history
  • Loading branch information
lharzenetter committed Mar 22, 2021
2 parents 54fc719 + 3c67f86 commit f53b41f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ ENV WINERY_FEATURE_UPDATE_TEMPLATES false
ENV DOCKERIZE_VERSION v0.6.1
ENV CHE_URL "che.localhost"
ENV CHE_URL_PROTOCOL "http"
ENV GITHUB_CLIENT_ID ""
ENV GITHUB_CLIENT_SECRET ""

RUN rm /dev/random && ln -s /dev/urandom /dev/random \
&& curl -s https://packagecloud.io/install/repositories/github/git-lfs/script.deb.sh | bash \
Expand Down
4 changes: 2 additions & 2 deletions docker/winery.yml.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ repository:
repositoryRoot: {{ .Env.WINERY_REPOSITORY_PATH }}
csarOutputPath: {{ .Env.WINERY_CSAR_OUTPUT_PATH }}
git:
clientSecret: secret
clientSecret: {{ .Env.GITHUB_CLIENT_SECRET }}
password: default
clientID: id
clientID: {{ .Env.GITHUB_CLIENT_ID }}
autocommit: false
username: default

0 comments on commit f53b41f

Please sign in to comment.