We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d04b7be commit ce753efCopy full SHA for ce753ef
packer/machines/web-server.json
@@ -54,20 +54,14 @@
54
"bash /app/bin/install-gauntlt.sh",
55
"bash /app/bin/install-ansible.sh",
56
"bash /app/bin/ansible.sh bakery.yml scan-openscap.yml scan-gauntlt.yml",
57
- "find / -name '*.html' | grep -E 'gauntlt|scan'"
+ "find / -name '*.html' 2>&1 | grep -E 'gauntlt|scan'; ls -l /app/build"
58
]
59
},
60
{
61
"type": "file",
62
- "source": "build/",
+ "source": "/app/build/",
63
"direction": "download",
64
"destination": "/app"
65
- },
66
- {
67
- "type": "file",
68
- "source": "/app/build",
69
- "direction": "download",
70
- "destination": "/app/build"
71
}
72
73
0 commit comments