Skip to content
This repository has been archived by the owner on Aug 14, 2023. It is now read-only.

Commit

Permalink
update cluster-lab to 0.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Govinda Fichtner committed May 10, 2016
1 parent 2c938b3 commit ffe3428
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion builder/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export DOCKER_ENGINE_VERSION="1.11.1-1"
export DOCKER_COMPOSE_VERSION="1.6.2-28"
export DOCKER_MACHINE_VERSION="0.4.1-72"
export DEVICE_INIT_VERSION="0.1.5"
export CLUSTER_LAB_VERSION="0.2.3-1"
export CLUSTER_LAB_VERSION="0.2.4-1"

# create build directory for assembling our image filesystem
rm -rf ${BUILD_PATH}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

describe command('dpkg -l hypriot-cluster-lab') do
its(:stdout) { should match /ii hypriot-cluster-lab/ }
its(:stdout) { should match /0.2.3/ }
its(:stdout) { should match /0.2.4/ }
its(:exit_status) { should eq 0 }
end

Expand Down

0 comments on commit ffe3428

Please sign in to comment.