Skip to content

Commit

Permalink
Merge pull request #342 from mesosphere/jkoelker/testing [test] Add c…
Browse files Browse the repository at this point in the history
…hart install and upgrade testing
  • Loading branch information
root committed Jan 10, 2020
1 parent 8e262b5 commit bc8e4a3
Show file tree
Hide file tree
Showing 13 changed files with 559 additions and 354 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ GIT_REMOTE_URL ?= $(shell git remote get-url origin)
# - [email protected]:mesosphere/charts.git
GITHUB_USER := $(shell git remote get-url origin | sed -E 's|.*github.com[/:]([^/]+)/charts.*|\1|')

GIT_REF = $(shell git rev-parse HEAD)
GIT_REF = $(shell git rev-parse HEAD)
LAST_COMMIT_MESSAGE := $(shell git log -1 --pretty=format:'%B')
NON_DOCS_FILES := $(filter-out docs,$(wildcard *))

Expand Down Expand Up @@ -105,5 +105,5 @@ $(TMPDIR)/.helm/repository/local/index.yaml: $(HELM)
ct.lint:
ifneq (,$(wildcard /teamcity/system/git))
$(DRUN) git fetch origin dev
endif
endif
$(DRUN) ct lint
Binary file added docs/stable/dex-1.6.13.tgz
Binary file not shown.
Loading

0 comments on commit bc8e4a3

Please sign in to comment.