From d1409f90e8fc7d62bfd993e83b84280ed60ec3cc Mon Sep 17 00:00:00 2001 From: skcd Date: Sat, 2 Dec 2023 23:07:28 +0530 Subject: [PATCH] [sidecar][windows] cleanup script for testing --- .github/workflows/sidecar-windows.yaml | 18 +----------------- 1 file changed, 1 insertion(+), 17 deletions(-) diff --git a/.github/workflows/sidecar-windows.yaml b/.github/workflows/sidecar-windows.yaml index 9c1109ed1..a280559a6 100644 --- a/.github/workflows/sidecar-windows.yaml +++ b/.github/workflows/sidecar-windows.yaml @@ -64,22 +64,6 @@ jobs: with: credentials_json: '${{ secrets.GCP_GAE_SA_KEY }}' - - name: Upload to GCP for testing - env: - GCP_PROJECT_ID: ${{ secrets.GCP_PROJECT_ID }} - GCP_BUCKET_NAME: ${{ secrets.GCP_BUCKET_NAME }} - GCP_SA_KEY: ${{ secrets.GCP_SA_KEY }} - run: | - # Set your GCP project - gcloud config set project ${{ env.GCP_PROJECT_ID }} - # Copy the built binary to the GCP bucket - gsutil cp sidecar_test.7z "gs://sidecar-bin/windows/sidecar_test.zip" - - # Github action parser for sure, something to test it out too quickly - - name: Compile the 7z - run: | - 7z a -t7z "sidecar.7z" "onnxruntime/" "qdrant/" "target\\release\\webserver" "models/" - - name: Upload to GCP bucket generated zip file env: GCP_PROJECT_ID: ${{ secrets.GCP_PROJECT_ID }} @@ -89,4 +73,4 @@ jobs: # Set your GCP project gcloud config set project ${{ env.GCP_PROJECT_ID }} # Copy the built binary to the GCP bucket - gsutil cp sidecar.zip "gs://sidecar-bin/windows/sidecar.zip" + gsutil cp sidecar.7z "gs://sidecar-bin/windows/sidecar.7z"