Skip to content

Commit

Permalink
Test again
Browse files Browse the repository at this point in the history
  • Loading branch information
dmaier-redislabs authored Jan 9, 2024
1 parent 4f5b5e6 commit 31c5c03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
then
bucket_path=`echo ${{ github.ref_name }} | sed 's/-build$//'`
else
bucket_path="/staging/${{ github.ref_name }}"\
&& ./google-cloud-sdk/bin/gsutil rsync ${{ github.workspace }}/public gs://$BUCKET/$bucket_path
bucket_path="/staging/${{ github.ref_name }}"
./google-cloud-sdk/bin/gsutil rsync ${{ github.workspace }}/public gs://$BUCKET/$bucket_path
- name: End
run: echo "This job's status is ${{ job.status }}."

0 comments on commit 31c5c03

Please sign in to comment.