Skip to content

Commit

Permalink
Remove -it option for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Pixcell committed Sep 19, 2019
1 parent 38a5126 commit 51f7109
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion start.sh
Expand Up @@ -62,7 +62,7 @@ agents:
}

checkProvisioning() {
AGENT_UUID=$(docker exec -it iofog-agent iofog-agent info | grep 'UUID' | awk '{print $4}')
AGENT_UUID=$(docker exec iofog-agent iofog-agent info | grep 'UUID' | awk '{print $4}')

if [ "$AGENT_UUID" == "not" ]; then
echoError "Failed to provision the agent"
Expand Down

0 comments on commit 51f7109

Please sign in to comment.