Skip to content

Commit

Permalink
Update semaphore.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
romw314 committed Mar 19, 2024
1 parent 3d3c30d commit 3cdc9c4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .semaphore/semaphore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ blocks:
- name: 'Block #1'
task:
prologue:
commands:
commands:
- checkout
- bash install.bash
jobs:
- name: Install
commands:
- bash --rcfile "$HOME"/.bashrc -c "which bashfox"
- name: Uninstall
commands:
- bash uninstall.bash
commands:
- bash uninstall.bash
- bash --rcfile "$HOME"/.bashrc -c "! which bashfox"

0 comments on commit 3cdc9c4

Please sign in to comment.