Skip to content

Commit

Permalink
Remove steps from main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hexbabe committed Aug 30, 2024
1 parent 639263e commit b784f77
Showing 1 changed file with 0 additions and 29 deletions.
29 changes: 0 additions & 29 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,24 +58,6 @@ jobs:
make image-test
make test-package
- id: 'auth'
name: 'Authenticate to Google Cloud'
uses: 'google-github-actions/auth@v1'
with:
create_credentials_file: true
workload_identity_provider: ${{ secrets.GCP_WORKLOAD_IDENTITY_PROVIDER }}
service_account: ${{ secrets.GCP_SERVICE_ACCOUNT }}

- name: Deploy Files
uses: google-github-actions/upload-cloud-storage@v0.10.4
with:
headers: "cache-control: no-cache"
path: 'bin'
destination: 'packages.viam.com/apps/csi-camera/${{ env.TARGET }}'
glob: '*aarch64*'
parent: false
gzip: false

- name: Get latest release version
id: get_version
run: |
Expand All @@ -92,14 +74,3 @@ jobs:
echo "COMMIT_COUNT=${{ env.COMMIT_COUNT }}"
echo "LATEST_RELEASE_VERSION=${{ env.LATEST_RELEASE_VERSION }}"
echo "version: ${{ env.LATEST_RELEASE_VERSION }}-${{ github.ref_name }}.${{ github.run_number }}"
- name: Update module registry
uses: viamrobotics/upload-module@main
if: github.event_name == 'push'
with:
meta-path: ${{ env.META_PATH }}
module-path: bin/viam-csi-latest-aarch64.AppImage
platform: linux/arm64
version: ${{ env.LATEST_RELEASE_VERSION }}-${{ github.ref_name }}.${{ github.run_number }}
key-id: ${{ secrets.viam_key_id }}
key-value: ${{ secrets.viam_key_value }}

0 comments on commit b784f77

Please sign in to comment.