Skip to content

Workflow file for this run

name: Go package
on:
push:
branches:
- main
jobs:
sync-to-s3:
runs-on: ubuntu-22.04
steps:
- name: Install rclone
run: |
pwd

Check failure on line 14 in .github/workflows/upload_b2.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/upload_b2.yaml

Invalid workflow file

You have an error in your yaml syntax on line 14
curl -O https://downloads.rclone.org/rclone-current-linux-amd64.zip
unzip rclone-current-linux-amd64.zip
cd rclone-*-linux-amd64
sudo cp rclone /usr/bin/
sudo chown root:root /usr/bin/rclone
sudo chmod 755 /usr/bin/rclone
# sync-to-b3:
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v3
# - name: Set up Go
# uses: actions/setup-go@v4
# with:
# go-version: '1.21'
# - name: Run end to end tests
# working-directory: .
# run: bash test_e2e.sh