Skip to content

Commit

Permalink
bootstrap
Browse files Browse the repository at this point in the history
  • Loading branch information
aBozowski committed May 24, 2022
1 parent c4186dd commit bb454c8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/chef.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
attempt_limit: 3
attempt_delay: 2000
- name: bootstrap
run: scripts/bootstrap.sh
run: source scripts/bootstrap.sh
- name: lighting-app Linux
run: |
source ./scripts/activate.sh
Expand All @@ -70,7 +70,7 @@ jobs:
attempt_limit: 3
attempt_delay: 2000
- name: bootstrap
run: scripts/bootstrap.sh
run: source scripts/bootstrap.sh
- name: lighting-app ESP32
run: |
source ./scripts.activate.sh
Expand All @@ -97,7 +97,7 @@ jobs:
attempt_limit: 3
attempt_delay: 2000
- name: bootstrap
run: scripts/bootstrap.sh
run: source scripts/bootstrap.sh
- name: lighting-app NRFConnect
run: |
source ./scripts/activate.sh
Expand Down

0 comments on commit bb454c8

Please sign in to comment.