Skip to content

Commit

Permalink
Del and reduce sleep
Browse files Browse the repository at this point in the history
  • Loading branch information
xlionjuan committed Nov 25, 2024
1 parent aa07a57 commit caf521a
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/create-repo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,13 +69,12 @@ jobs:
cp rustdesk_selinux/noarch/rustdesk_selinux*.rpm "wwwroot/nightly-suse"
- name: Download RustDesk latest and nightly
run: bash rustdesk_latest.sh & bash rustdesk_nightly.sh && sleep 1
run: bash rustdesk_latest.sh & bash rustdesk_nightly.sh

- name: Reversion nightly version number with date
run: |
bash rustdesk_nightly_reversion.sh wwwroot/nightly/ori &\
bash rustdesk_nightly_reversion.sh wwwroot/nightly-suse/ori
sleep 0.5
echo "Run tree"
tree
Expand All @@ -90,8 +89,8 @@ jobs:
if: github.event_name != 'pull_request' || github.actor == 'renovate[bot]' || github.ref == 'refs/heads/main'
run: bash createrepo/3_sign_repo.sh

- name: Sleep 5 sec
run: sleep 5
- name: Sleep 0.5 sec
run: sleep 0.5

- name: Clean up GPG Key
run: rm -rf ~/.gnupg
Expand Down

0 comments on commit caf521a

Please sign in to comment.