We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16f36e8 commit a22d912Copy full SHA for a22d912
linux/jdk/alpine/src/main/packaging/entrypoint.sh
@@ -8,6 +8,9 @@ cp -R /home/builder/build/generated/packaging /home/builder/workspace
8
9
# Set permssions
10
sudo chown -R builder /home/builder/out
11
+cd /home/builder
12
+find .
13
+ls -ltR
14
15
# Build package and set distributions it supports
16
cd /home/builder/workspace/packaging
0 commit comments