Skip to content

Commit

Permalink
Cleaning up test_pipeline.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dhatribadri authored Dec 6, 2024
1 parent be6d143 commit 768ec57
Showing 1 changed file with 0 additions and 32 deletions.
32 changes: 0 additions & 32 deletions .github/workflows/test_pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,38 +21,6 @@ jobs:
- run: echo "💡 The ${{ github.repository }} repository has been cloned to the runner."
- run: echo "🖥️ The workflow is now ready to test your code on the runner."

# Set up Dropbox CLI
# - name: Set up Dropbox CLI
# # run: |
# # curl -L https://www.dropbox.com/download?dl=packages/ubuntu/dropbox_2020.03.04_amd64.deb -o dropbox.deb
# # sudo dpkg -i dropbox.deb
# # sudo apt-get install -f
# # - name: Install Dropbox CLI
# run: |
# sudo apt-get update
# sudo apt-get install -y \
# libpango1.0-0 \
# gir1.2-gtk-3.0 \
# gir1.2-pango-1.0
# curl -L https://www.dropbox.com/download?dl=packages/ubuntu/dropbox_2020.03.04_amd64.deb -o dropbox.deb
# sudo dpkg -i dropbox.deb
# sudo apt-get install -f -y

# - name: Locate Dropbox CLI
# run: |
# sudo find / -name "dropbox-cli" || echo "Dropbox CLI not found"

# - name: SSh into Actions
# uses: actions/checkout@v4
# - name: Setup tmate session
# uses: mxschmitt/action-tmate@v3

# - name: Authenticate with Dropbox
# run: |
# export DROPBOX_TOKEN=${{ secrets.DROPBOX_TOKEN }}
# dropbox start -i
# dropbox login $DROPBOX_TOKEN

- name: List files in the repository
run: |
ls
Expand Down

0 comments on commit 768ec57

Please sign in to comment.