Skip to content

Commit

Permalink
CI: gitignore and various fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
consideRatio committed Nov 1, 2020
1 parent 6a4f160 commit 5045ea6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -104,12 +104,13 @@ package-lock.json
# Built files
binderhub/static/dist
helm-chart/binderhub/charts
helm-chart/binderhub/requirements.lock
testing/k8s-binder-k8s-hub/binderhub-chart-config-remote.yaml
ci/id_rsa

# Instructions we download
k8s.txt
helm.txt
travis
helm-chart/travis-binder.yaml

# Federation data page
doc/federation/data-federation.txt
Expand Down
2 changes: 1 addition & 1 deletion ci/common
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ generate_binderhub_chart_config_remote () {
file=testing/k8s-binder-k8s-hub/binderhub-chart-config-remote.yaml
echo "config:" > $file
echo " BinderHub:" >> $file
echo " hub_url: http://$(minikube ip):30902"
echo " hub_url: http://$(minikube ip):30902" >> $file
if [[ ! -z "$GITHUB_ACCESS_TOKEN" ]]; then
echo " GitHubRepoProvider:" >> $file
echo " access_token: $GITHUB_ACCESS_TOKEN" >> $file
Expand Down

0 comments on commit 5045ea6

Please sign in to comment.