Skip to content

Commit

Permalink
canary
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexSkrypnyk committed Mar 4, 2024
1 parent 281411d commit 203b7f7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ aliases:
# This container has all the necessary tools to run a dockerized environment.
# @see https://github.com/drevops/ci-runner
# @see https://hub.docker.com/repository/docker/drevops/ci-runner/tags?page=1&ordering=last_updated
- image: drevops/ci-runner:24.1.0
- image: drevops/ci-runner:canary
auth:
username: ${DOCKER_USER}
password: ${DOCKER_PASS}
Expand Down
2 changes: 0 additions & 2 deletions scripts/drevops/setup-ssh.sh
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,6 @@ fi
note "Using SSH key file ${file}."
export "${file_var}=${file}"

apt-get install procps

if [ -z "${SSH_AGENT_PID:-}" ]; then
if ! ps aux | grep "[s]sh-agent" | awk '{print $2}' >/dev/null; then
note "Starting SSH agent."
Expand Down

0 comments on commit 203b7f7

Please sign in to comment.