Skip to content

Commit

Permalink
Merge pull request #16 from andock-ci/develop
Browse files Browse the repository at this point in the history
Version 0.3.6
  • Loading branch information
christianwiedemann authored Jul 2, 2018
2 parents bc45858 + 8f0d77c commit 1ed1824
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ version: 2
jobs:
build:
docker:
- image: debian:stretch
- image: docksal/cli:2.0-php7.1
steps:
- checkout
- run:
name: Install pipeline
command: ./bin/acp.sh _install-pipeline
command: ./bin/acp.sh _install-pipeline
4 changes: 2 additions & 2 deletions bin/acp.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

ANSIBLE_VERSION="2.4.4"
ANDOCK_CI_VERSION=0.3.4
ANDOCK_CI_VERSION=0.3.6

REQUIREMENTS_ANDOCK_CI_BUILD='0.1.0'
REQUIREMENTS_ANDOCK_CI_FIN='0.2.1'
Expand Down Expand Up @@ -809,7 +809,7 @@ run_server_ssh_add ()
shift
fi

ansible-playbook -i "${ANDOCK_CI_INVENTORY}/${connection}" -e "ssh_key='$ssh_key'" "${ANDOCK_CI_PLAYBOOK}/server_ssh_add.yml"
ansible-playbook -e "ansible_ssh_user=$root_user" -i "${ANDOCK_CI_INVENTORY}/${connection}" -e "ssh_key='$ssh_key'" "${ANDOCK_CI_PLAYBOOK}/server_ssh_add.yml"
echo-green "SSH key was added."
}

Expand Down

0 comments on commit 1ed1824

Please sign in to comment.