Skip to content

Commit

Permalink
Merge pull request #12803 from rtibbles/gcloud_storage_ignore_ignore_…
Browse files Browse the repository at this point in the history
…warning

Turn off gcloudignore parsing as we do not have one, to suppress warnings
  • Loading branch information
LianaHarris360 authored Dec 16, 2024
2 parents deecb99 + 75a3901 commit c9ccaba
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release_kolibri.yml
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,7 @@ jobs:
with:
path: 'dist/${{ matrix.filename }}'
destination: '${{ secrets.KOLIBRI_PUBLIC_RELEASE_GCS_BUCKET }}/downloads/kolibri/${{ github.event.release.name }}'
process_gcloudignore: false
bck_prerelease_gcs_upload:
name: Upload WHL file to Google Cloud Storage for BCK Pre-release
runs-on: ubuntu-latest
Expand All @@ -208,6 +209,7 @@ jobs:
path: 'dist/kolibri.zip'
destination: '${{ secrets.BCK_PRERELEASE_BUILD_ARTIFACT_GCS_BUCKET }}'
parent: false
process_gcloudignore: false
- name: Unzip content static files from whl file
run: |
unzip dist/${{ needs.whl.outputs.whl-file-name }} 'kolibri/core/content/static/*' -d static
Expand All @@ -221,6 +223,7 @@ jobs:
with:
path: 'static'
destination: '${{ secrets.STUDIO_BCK_CONTENT_STATIC_BUCKET }}'
process_gcloudignore: false
block_release_step:
# This step ties to the release environment which requires manual approval
# before it can execute. Once manual approval has been granted, the release is
Expand Down Expand Up @@ -270,6 +273,7 @@ jobs:
path: 'dist/kolibri.zip'
destination: '${{ secrets.BCK_PROD_BUILD_ARTIFACT_GCS_BUCKET }}'
parent: false
process_gcloudignore: false
android_release:
name: Release Android App
if: ${{ !github.event.release.prerelease }}
Expand Down

0 comments on commit c9ccaba

Please sign in to comment.