Skip to content

Commit 742b2d5

Browse files
committed
testing changes
1 parent 714e253 commit 742b2d5

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/pi-gen.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@ jobs:
3636
- name: Set current working directory
3737
run: echo "GITHUB_CWD=$(pwd)" >> $GITHUB_ENV
3838

39+
- name: Set SHARED_FILES dir
40+
run: echo "SHARED_FILES=$(pwd)/shared_files" >> $GITHUB_ENV
41+
3942
- name: Build AryaOS image
4043
uses: usimd/pi-gen-action@v1
4144
id: build

stages/stage-base/tasks/zerotier.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
- name: Upload ZeroTier install script
2020
ansible.builtin.copy:
21-
src: "{{ shared_files }}/base/install_zt.sh"
21+
src: "shared_files/base/install_zt.sh"
2222
dest: /usr/src
2323
mode: "0755"
2424

0 commit comments

Comments
 (0)