Skip to content

Commit

Permalink
Merge branch 'develop' into release/2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SergeRadinovich committed Aug 7, 2020
2 parents 594a146 + ea88f62 commit af4cb25
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions bootstrap.sh
Expand Up @@ -53,11 +53,11 @@ install_iofogctl(){
case "$DIST" in
*ubuntu*|*debian*|*raspbian*)
curl https://packagecloud.io/install/repositories/iofog/iofogctl/script.deb.sh | sudo bash
sudo apt-get install iofogctl=2.0.0-rc3
sudo apt-get install iofogctl=2.0.0
;;
*fedora*|*centos*)
curl https://packagecloud.io/install/repositories/iofog/iofogctl/script.rpm.sh | sudo bash
sudo yum install iofogctl-2.0.0_rc3-1.x86_64
sudo yum install iofogctl-2.0.0-1.x86_64
;;
*)
echo "Failed to install iofogctl"
Expand Down
2 changes: 1 addition & 1 deletion test.sh
Expand Up @@ -40,6 +40,6 @@ echoInfo "Running Test Runner..."
docker run --rm --name test-runner --network host \
-v ~/.iofog/:/root/.iofog/ \
-v /var/run/docker.sock:/var/run/docker.sock \
iofog/test-runner:2.0.0-rc3
iofog/test-runner:2.0.0

echoNotify "## Test Runner Tests complete"

0 comments on commit af4cb25

Please sign in to comment.