Skip to content

Commit

Permalink
fetch and checkout pinned fprime-arduino version
Browse files Browse the repository at this point in the history
  • Loading branch information
capsulecorplab committed Dec 13, 2023
1 parent 3e5202f commit e4f06f0
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions playbook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -391,6 +391,7 @@
fprime_version: "v3.4.0"
arduino_cli_cmake_wrapper_version: "94c3145e5ea4a0a48dc3f70560dfb8a"
fprime_led_blinker_version: "{{ fprime_version }}"
fprime_arduino_version: "dbef42a1ea5bfab84930538cbb53fed90af77406"
fprime_baremetal_reference_version: "cb7c0771c535f7583bbac7eecd78997246e4c003"

tasks:
Expand Down Expand Up @@ -476,6 +477,16 @@
cmd: git checkout {{ fprime_version }}
chdir: /home/kasm-default-profile/fprime-baremetal-reference/fprime
executable: /bin/bash
- name: Fetch fprime-arduino submodule in fprime-baremetal-reference/lib/arduino/fprime-arduino
shell:
cmd: git fetch
chdir: /home/kasm-default-profile/fprime-baremetal-reference/lib/arduino/fprime-arduino
executable: /bin/bash
- name: Checkout {{ fprime_arduino_version }} in fprime-baremetal-reference/lib/arduino/fprime-arduino
shell:
cmd: git checkout {{ fprime_arduino_version }}
chdir: /home/kasm-default-profile/fprime-baremetal-reference/lib/arduino/fprime-arduino
executable: /bin/bash
- name: Initialize submodules in fprime-baremetal-reference/fprime
shell:
cmd: git submodule update --init --recursive
Expand Down

0 comments on commit e4f06f0

Please sign in to comment.