Skip to content

Commit

Permalink
update helm version and open pull_request
Browse files Browse the repository at this point in the history
  • Loading branch information
innerpeacez committed Nov 20, 2019
1 parent 3d2325a commit 3dd0284
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/istio-mixer-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

name: istio-mixer-ci

on: [push]
on: [push, pull_request]
env:
SCRIPTS_DIR: ./test/scripts
LOG_DIR: /tmp/skywalking
Expand Down
2 changes: 1 addition & 1 deletion test/scripts/pre.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ set -ex

HELMVERSION=$1
if [[ "${HELMVERSION}" == "" ]]; then
HELMVERSION="helm-v3.0.0-rc.3"
HELMVERSION="helm-v3.0.0"
fi

MINIKUBEVERESION=$2
Expand Down

0 comments on commit 3dd0284

Please sign in to comment.