Skip to content

Commit

Permalink
Fix yaml scalars
Browse files Browse the repository at this point in the history
  • Loading branch information
danielrbradley committed Sep 2, 2022
1 parent a5b74f5 commit d4aa065
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Expand Up @@ -338,7 +338,7 @@ jobs:
path: ${{ github.workspace}}/sdk/
- name: UnTar Go split SDK folder
if: ${{ matrix.language == 'go' }}
run: >-
run: |
mkdir -p ${{github.workspace}}/sdk/pulumi-azure-native-sdk
tar -zxf ${{ github.workspace}}/sdk/pulumi-azure-native-sdk.tar.gz -C ${{github.workspace}}/sdk/pulumi-azure-native-sdk
- name: Update path
Expand Down Expand Up @@ -517,7 +517,7 @@ jobs:
path: ${{ github.workspace}}/sdk/
- name: UnTar Go split SDK folder
if: ${{ matrix.language == 'go' }}
run: >-
run: |
mkdir -p ${{github.workspace}}/sdk/pulumi-azure-native-sdk
tar -zxf ${{ github.workspace}}/sdk/pulumi-azure-native-sdk.tar.gz -C ${{github.workspace}}/sdk/pulumi-azure-native-sdk
- name: Install Twine
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Expand Up @@ -330,7 +330,7 @@ jobs:
path: ${{ github.workspace}}/sdk/
- name: UnTar Go split SDK folder
if: ${{ matrix.language == 'go' }}
run: >-
run: |
mkdir -p ${{github.workspace}}/sdk/pulumi-azure-native-sdk
tar -zxf ${{ github.workspace}}/sdk/pulumi-azure-native-sdk.tar.gz -C ${{github.workspace}}/sdk/pulumi-azure-native-sdk
- name: Update path
Expand Down Expand Up @@ -520,7 +520,7 @@ jobs:
path: ${{ github.workspace}}/sdk/
- name: UnTar Go split SDK folder
if: ${{ matrix.language == 'go' }}
run: >-
run: |
mkdir -p ${{github.workspace}}/sdk/pulumi-azure-native-sdk
tar -zxf ${{ github.workspace}}/sdk/pulumi-azure-native-sdk.tar.gz -C ${{github.workspace}}/sdk/pulumi-azure-native-sdk
- name: Install Twine
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-acceptance-tests.yml
Expand Up @@ -357,7 +357,7 @@ jobs:
path: ${{ github.workspace}}/sdk/
- name: UnTar Go split SDK folder
if: ${{ matrix.language == 'go' }}
run: >-
run: |
mkdir -p ${{github.workspace}}/sdk/pulumi-azure-native-sdk
tar -zxf ${{ github.workspace}}/sdk/pulumi-azure-native-sdk.tar.gz -C ${{github.workspace}}/sdk/pulumi-azure-native-sdk
- name: Update path
Expand Down

0 comments on commit d4aa065

Please sign in to comment.