Skip to content

Commit

Permalink
Passing the condition pulumi version install to kubernetes tests
Browse files Browse the repository at this point in the history
  • Loading branch information
stack72 committed Nov 23, 2020
1 parent 806ec34 commit 21a0f83
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,13 @@ jobs:
- name: Login to Google Cloud Registry
run: |
gcloud --quiet auth configure-docker
- name: Install Pulumi CLI
- if: env.PULUMI_VERSION != ''
name: Install Specific Version of Pulumi CLI
uses: pulumi/[email protected]
with:
pulumi-version: ${{ env.PULUMI_VERSION }}
- if: env.PULUMI_VERSION == ''
name: Install Latest Pulumi CLI
uses: pulumi/[email protected]
- uses: actions/checkout@v2
- name: Install Go dependencies
Expand Down

0 comments on commit 21a0f83

Please sign in to comment.