File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed
Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change 8080 - name : Set Debian Dappnode attended ISO name
8181 run : |
8282 file=$(ls images/Dappnode-debian-*.iso)
83- chmod 777 "$file"
8483 attended_filename="${file/images\/Dappnode-/Dappnode-${CORE_VERSION}-}"
8584 mv "$file" "$attended_filename"
8685
9695
9796 - name : Set Dappnode unattended ISO name
9897 run : |
99- file=$(ls images/Dappnode-debian-*.iso)
100- chmod 777 "$file"
98+ file=$(ls images/Dappnode-debian-*.iso)
10199 core_filename="${file/images\/Dappnode-/Dappnode-${CORE_VERSION}-}"
102100 unattended_filename="${core_filename/%.iso/-unattended.iso}"
103101 mv "$file" "$unattended_filename"
@@ -115,7 +113,6 @@ jobs:
115113 - name : Set Ubuntu Dappnode attended ISO name
116114 run : |
117115 file=$(ls images/Dappnode-ubuntu-*.iso)
118- chmod 777 "$file"
119116 attended_filename="${file/images\/Dappnode-/Dappnode-${CORE_VERSION}-}"
120117 mv "$file" "$attended_filename"
121118
@@ -132,7 +129,6 @@ jobs:
132129 - name : Set Ubuntu Dappnode unattended ISO name
133130 run : |
134131 file=$(ls images/Dappnode-ubuntu-*.iso)
135- chmod 777 "$file"
136132 core_filename="${file/images\/Dappnode-/Dappnode-${CORE_VERSION}-}"
137133 unattended_filename="${core_filename/%.iso/-unattended.iso}"
138134 mv "$file" "$unattended_filename"
You can’t perform that action at this time.
0 commit comments