Skip to content

Commit

Permalink
Merge pull request #46 from Constellation-Labs/release/v0.9.4
Browse files Browse the repository at this point in the history
Release/v0.9.4
  • Loading branch information
IPadawans authored Apr 5, 2024
2 parents 862d9bd + b8df1c4 commit 3edce8f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion euclid.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"github_token": "",
"version": "0.9.3",
"version": "0.9.4",
"tessellation_version": "2.3.1",
"project_name": "custom-project",
"framework": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
- name: Check if pip3 is installed
command: command -v pip3
shell: command -v pip3
register: pip3_installed
ignore_errors: yes
changed_when: false
Expand Down
8 changes: 4 additions & 4 deletions scripts/hydra-operations/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ function try_start_docker_nodes() {
echo_white
echo_white "################################################################"
echo_yellow "Starting docker containers..."
echo_white ""
echo_yellow "Ansible requires BECOME to install dependencies, please provide your sudo password"
echo_white


if pip3 --version &>/dev/null; then
ansible-playbook $INFRA_PATH/ansible/local/playbooks/start/containers/nodes.ansible.yml
else
echo_white ""
echo_yellow "Ansible requires BECOME to install dependencies, please provide your sudo password"
echo_white
ansible-playbook -K $INFRA_PATH/ansible/local/playbooks/start/containers/nodes.ansible.yml
fi

Expand Down

0 comments on commit 3edce8f

Please sign in to comment.