Skip to content

Commit ce753ef

Browse files
Tweak file locations
1 parent d04b7be commit ce753ef

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

packer/machines/web-server.json

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -54,20 +54,14 @@
5454
"bash /app/bin/install-gauntlt.sh",
5555
"bash /app/bin/install-ansible.sh",
5656
"bash /app/bin/ansible.sh bakery.yml scan-openscap.yml scan-gauntlt.yml",
57-
"find / -name '*.html' | grep -E 'gauntlt|scan'"
57+
"find / -name '*.html' 2>&1 | grep -E 'gauntlt|scan'; ls -l /app/build"
5858
]
5959
},
6060
{
6161
"type": "file",
62-
"source": "build/",
62+
"source": "/app/build/",
6363
"direction": "download",
6464
"destination": "/app"
65-
},
66-
{
67-
"type": "file",
68-
"source": "/app/build",
69-
"direction": "download",
70-
"destination": "/app/build"
7165
}
7266
]
7367
}

0 commit comments

Comments
 (0)