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 1ca3bc1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion playbook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,8 @@
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 1ca3bc1

Please sign in to comment.