-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #342 from mesosphere/jkoelker/testing [test] Add c…
…hart install and upgrade testing
- Loading branch information
root
committed
Jan 10, 2020
1 parent
8e262b5
commit bc8e4a3
Showing
13 changed files
with
559 additions
and
354 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 *)) | ||
|
||
|
@@ -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 not shown.
Oops, something went wrong.