Skip to content

Commit

Permalink
refactor fprime_baremetal_reference_version to use jinja template var…
Browse files Browse the repository at this point in the history
…iable for fprime_version
  • Loading branch information
capsulecorplab committed Apr 10, 2024
1 parent fec96ea commit f35a09a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playbook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@
fprime_led_blinker_version: "{{ fprime_version }}"
fprime_math_component_version: "{{ fprime_version }}"
fprime_arduino_version: "dbef42a1ea5bfab84930538cbb53fed90af77406"
fprime_baremetal_reference_version: "v3.4.0-0.1.1"
fprime_baremetal_reference_version: "{{ fprime_version }}-0.1.1"

tasks:
- name: Update OS to point python to python3
Expand Down

0 comments on commit f35a09a

Please sign in to comment.