mirror of
https://github.com/JasonN3/build-container-installer.git
synced 2025-12-25 02:47:56 +01:00
code quality
This commit is contained in:
parent
9fec285df0
commit
e396f642f7
2 changed files with 4 additions and 4 deletions
|
|
@ -98,7 +98,7 @@ for line in readme_lines:
|
|||
if not var_name in inputs:
|
||||
print("ERROR: " + var_name + " is not listed in action.yml or Makefile")
|
||||
inputs[var_name] = {}
|
||||
inputs[var_name]
|
||||
print(inputs[var_name])
|
||||
var_description = parts[2].strip()
|
||||
var_default_value = parts[3].strip()
|
||||
var_action = parts[4].strip()
|
||||
|
|
|
|||
|
|
@ -7,13 +7,13 @@ echo "-boot_image any replay"
|
|||
echo "-joliet on"
|
||||
echo "-compliance joliet_long_names"
|
||||
#pushd "${PWD}/results" > /dev/null
|
||||
#for file in $(find * -type f)
|
||||
#for file in $(find . -type f)
|
||||
#do
|
||||
# if [[ "$file" == "images/boot.iso" ]]
|
||||
# if [[ "$file" == "./images/boot.iso" ]]
|
||||
# then
|
||||
# continue
|
||||
# fi
|
||||
# echo "-map ${PWD}/results/${file} ${file}"
|
||||
# echo "-map ${PWD}/results/${file} ${file:2}"
|
||||
# echo "-chmod 0444 ${file}"
|
||||
#done
|
||||
#popd > /dev/null
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue