我们如何使用任何资源
更改此bash运算符我正在将特定目录移动到特定目录
bash " deploy" do
cwd "#{stage}"
code <<-EOH
cp -pr "#{stage}/#{name}-#{package_version}.tar" "#{stage_operator}/"
tar xvf "#{stage}/#{name}-#{package_version}.tar"
mv #{stage}/processing/* #{scripts}/
mv #{stage}/config/* #{config}/
mv #{stage}/dags/* #{dags}/
mv #{stage}/plugins/* #{ps}/
mv #{stage}/_lib/* #{libs}/
EOH
not_if "ls -l \"#{stage_operator}\"|grep \"#{name}-#{package_version}.tar\" "
end
答案 0 :(得分:0)
强制性插件(我写过),但poise-archive
食谱/资源可能涵盖了您的需求。很难说清楚,因为你只展示了一小段代码。
另一方面,如果你在那里工作,可能只是运行它。