Skip to content

Commit

Permalink
wip2
Browse files Browse the repository at this point in the history
  • Loading branch information
Ozoniuss committed Feb 22, 2024
1 parent 00dfcac commit 4e759c9
Showing 1 changed file with 8 additions and 20 deletions.
28 changes: 8 additions & 20 deletions .github/workflows/upload_b2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,25 +11,13 @@ jobs:
steps:
- name: Install rclone
run: |
pwd
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
pwd
curl -O https://downloads.rclone.org/rclone-current-linux-amd64.zip
unzip rclone-current-linux-amd64.zip
cd rclone-*-linux-amd64
# sync-to-b3:
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v3
sudo cp rclone /usr/bin/
sudo chown root:root /usr/bin/rclone
sudo chmod 755 /usr/bin/rclone
# - 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
echo "hello"

0 comments on commit 4e759c9

Please sign in to comment.