Skip to content

Commit

Permalink
fix quoting around git_ssh_command
Browse files Browse the repository at this point in the history
Signed-off-by: Adam Stokes <51892+adam-stokes@users.noreply.github.com>
  • Loading branch information
adam-stokes committed Oct 7, 2020
1 parent e73434d commit d3c33aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions jobs/build-debs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@
set +o allexport
python3.8 -m venv venv
venv/bin/python -m pip install pip-tools
venv/bin/pip-sync requirements.txt
venv/bin/python -m pip install ansible wheel sh semver click
bin/lxd-launcher teardown --container-name deb-build || true
bin/lxd-launcher build \
--container-name deb-build \
Expand Down
2 changes: 1 addition & 1 deletion jobs/build-debs/run.sh.j2
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

set -x

export GIT_SSH_COMMAND='"ssh -i /root/.ssh/cdkbot_rsa -oStrictHostKeyChecking=no"'
export GIT_SSH_COMMAND='ssh -i /root/.ssh/cdkbot_rsa -oStrictHostKeyChecking=no'
export CDKBOT_GH_USR="{{ lookup('env', 'CDKBOT_GH_USER') }}"
export CDKBOT_GH_PSW="{{ lookup('env', 'CDKBOT_GH_PSW') }}"
K8S_VERSION="{{ lookup('env', 'K8S_VERSION') }}"
Expand Down

0 comments on commit d3c33aa

Please sign in to comment.