Skip to content

Commit

Permalink
Revert "Fix determining full build in workflow"
Browse files Browse the repository at this point in the history
This reverts commit 09f6094.
  • Loading branch information
m-roberts committed Nov 10, 2022
1 parent 09f6094 commit aa303fc
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions playbooks/configure_pi_top_os.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,8 @@

tasks:
- name: Determine if full build
when: "-" not in build_type
set_fact:
full_install: true

- name: Determine if full build
when: "-" in build_type
set_fact:
full_install: false
full_install: "-" not in build_type

##############
# Build Info #
Expand Down

0 comments on commit aa303fc

Please sign in to comment.