Skip to content

Commit

Permalink
Use base VM version 0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
grossmj committed Nov 13, 2021
1 parent 3e238c0 commit a36f9f5
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 @@ -111,8 +111,7 @@ jobs:
if [ ! -e \"GNS3.VM.VirtualBox.${GNS3_NUMBER}.zip\" ];
then
./virtualbox.sh
./release_virtualbox.sh ${GNS3_VERSION} GNS3VM.VirtualBox.0.12.0.zip
./release_virtualbox.sh ${GNS3_VERSION}
fi
"
Expand All @@ -127,7 +126,7 @@ jobs:
if [ ! -e \"GNS3.VM.Hyper-V.${GNS3_NUMBER}.zip\" ];
then
./release_hyperv.sh ${GNS3_VERSION} GNS3VM.VirtualBox.0.12.0.zip
./release_hyperv.sh ${GNS3_VERSION}
fi
"
Expand Down Expand Up @@ -158,8 +157,7 @@ jobs:
if [ ! -e \"GNS3.VM.VMware.Workstation.${GNS3_NUMBER}.zip\" ];
then
./vmware.sh
./release_vmware.sh ${GNS3_VERSION} GNS3VM.VMware.0.12.0.zip
./release_vmware.sh ${GNS3_VERSION}
fi
"
Expand Down

0 comments on commit a36f9f5

Please sign in to comment.