Skip to content
This repository has been archived by the owner on Mar 24, 2023. It is now read-only.

Commit

Permalink
Merge pull request #696 from laverya/reduce-github-api-usage-in-integ…
Browse files Browse the repository at this point in the history
…ration

reduce the number of integration tests using the github API
  • Loading branch information
laverya authored Nov 12, 2018
2 parents 776142a + 29730e6 commit 8fabe58
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion integration/init/lists/metadata.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
upstream: "github.com/replicatedhq/test-charts/multiple-list-yamls"
args: []
args: ["--prefer-git"]
skip_cleanup: false
2 changes: 1 addition & 1 deletion integration/update/app_basic/metadata.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
args: []
args: ["--prefer-git"]

skip_cleanup: false
2 changes: 1 addition & 1 deletion integration/update/modify-chart/metadata.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
args: []
args: ["--prefer-git"]

skip_cleanup: false
2 changes: 1 addition & 1 deletion integration/update/values-static/metadata.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
args: []
args: ["--prefer-git"]

skip_cleanup: false
2 changes: 1 addition & 1 deletion integration/update/values-update/metadata.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
args: []
args: ["--prefer-git"]
skip: true

0 comments on commit 8fabe58

Please sign in to comment.