Skip to content

Commit

Permalink
remove the past files
Browse files Browse the repository at this point in the history
  • Loading branch information
pamodaDilranga committed Jul 5, 2024
1 parent dba0d68 commit 1bfc447
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/est-frontend-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,15 @@ jobs:
runs-on: [self-hosted, dev]

steps:
- name: Set permissions for workspace directory
run: |
sudo chown -R ubuntu:ubuntu /home/ubuntu/actions-runner/_work/classifier/classifier
sudo chmod -R u+rwx /home/ubuntu/actions-runner/_work/classifier/classifier
- name: Clean up workspace
run: |
sudo rm -rf /home/ubuntu/actions-runner/_work/classifier/classifier/*
- name: Checkout code
uses: actions/checkout@v3
with:
Expand Down

0 comments on commit 1bfc447

Please sign in to comment.