mirror of
https://github.com/kelseyhightower/kubernetes-the-hard-way.git
synced 2025-08-08 20:02:42 +03:00
Updated
This commit is contained in:
@@ -89,6 +89,11 @@ for doc in glob.glob(os.path.join(docs_path, '*.md')):
|
||||
f'sleep {value}',
|
||||
newline
|
||||
])
|
||||
elif token == 'command':
|
||||
script.extend([
|
||||
value,
|
||||
newline
|
||||
])
|
||||
elif token == 'comment':
|
||||
script.extend([
|
||||
'#######################################################################',
|
||||
|
Reference in New Issue
Block a user