We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be33a10 commit f586582Copy full SHA for f586582
1 file changed
ci/build.sh
@@ -38,8 +38,8 @@ sudo cp cfengine-nova-hub/*.deb packages/ || true
38
sudo cp cfengine-nova-hub/*.rpm packages/ || true
39
40
sudo mkdir -p artifacts
41
-for path in $additional_artifacts; do
42
- sudo cp "$path" artifacts/ || true
+for artifact_path in $additional_artifacts; do
+ sudo cp -r "$artifact_path" artifacts/ || true
43
done
44
45
0 commit comments