Skip to content

Commit

Permalink
Use correct filename for GNS3 VM file.
Browse files Browse the repository at this point in the history
  • Loading branch information
grossmj committed Jan 25, 2019
1 parent 24f753a commit 1f88ec7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ jobs:
if [ ! -e \"GNS3 VM VMware Workstation ${GNS3_NUMBER}.zip\" ];
then
./vmware.sh
./release_vmware.sh ${GNS3_VERSION} "GNS3\ VM\ VMware\ dev.zip"
./release_vmware.sh ${GNS3_VERSION} GNS3VM.VMware.dev.zip
fi
"
# - run:
Expand Down
1 change: 1 addition & 0 deletions release_vmware.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ then
curl --insecure -L "$GNS3VM_URL" > "/tmp/GNS3VM.VMware.${GNS3VM_VERSION}.zip"
fi
else
echo "GNS3 VM file: $GNS3_VM_FILE"
export GNS3VM_VERSION=`cat version`
cp "$GNS3_VM_FILE" "/tmp/GNS3VM.VMware.${GNS3VM_VERSION}.zip"
fi
Expand Down
2 changes: 1 addition & 1 deletion vmware.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ cd output-vmware-ova
echo "Fix OVA network"
python3 ../fix_vmware_ova_network.py "GNS3 VM.ova" "GNS3 VM FIX.ova"
mv "GNS3 VM FIX.ova" "GNS3 VM.ova"
zip -9 "../GNS3 VM VMware ${GNS3VM_VERSION}.zip" "GNS3 VM.ova"
zip -9 "../GNS3VM.VMware.${GNS3VM_VERSION}.zip" "GNS3 VM.ova"

rm -Rf output-*

0 comments on commit 1f88ec7

Please sign in to comment.