We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8584780 commit c1df81aCopy full SHA for c1df81a
build.sh
@@ -75,6 +75,7 @@ function package_linux_version() {
75
cp PharoLauncher.image $RESOURCES_PATH
76
cp PharoLauncher.changes $RESOURCES_PATH
77
cp Pharo*.sources $RESOURCES_PATH
78
+ echo $(pwd)
79
ls -R $OUTPUT_PATH
80
fetch_current_vm_to $(pwd)
81
# ensure the linux scripts are executable
@@ -145,6 +146,8 @@ function fetch_current_vm_to() {
145
146
147
if [ -f "$LINUX_VM_PATH" ] ; then
148
unzip -q "$LINUX_VM_PATH" -d "$DEST_PATH/tmp"
149
+ echo "$DEST_PATH/pharo-vm/"
150
+ ls -R "$DEST_PATH/pharo-vm/"
151
mkdir "$DEST_PATH/pharo-vm/"
152
mv "$DEST_PATH"/tmp/* "$DEST_PATH/pharo-vm/"
153
else
0 commit comments