Skip to content

Commit

Permalink
Build using base VM version 0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
grossmj committed Feb 25, 2021
1 parent 1ebdc51 commit 3d508cf
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,7 @@ jobs:
if [ ! -e \"GNS3.VM.VirtualBox.${GNS3_NUMBER}.zip\" ];
then
./virtualbox.sh
./release_virtualbox.sh ${GNS3_VERSION} GNS3VM.VirtualBox.0.11.0.zip
./release_virtualbox.sh ${GNS3_VERSION}
fi
"
Expand All @@ -131,7 +130,7 @@ jobs:
if [ ! -e \"GNS3.VM.Hyper-V.${GNS3_NUMBER}.zip\" ];
then
./release_hyperv.sh ${GNS3_VERSION} GNS3VM.VirtualBox.0.11.0.zip
./release_hyperv.sh ${GNS3_VERSION}
fi
"
Expand Down Expand Up @@ -162,8 +161,7 @@ jobs:
if [ ! -e \"GNS3.VM.VMware.Workstation.${GNS3_NUMBER}.zip\" ];
then
./vmware.sh
./release_vmware.sh ${GNS3_VERSION} GNS3VM.VMware.0.11.0.zip
./release_vmware.sh ${GNS3_VERSION}
fi
"
Expand Down

0 comments on commit 3d508cf

Please sign in to comment.