Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

bash: docker: command not found

Peter November 28, 2020

it was working yesterday but now got errors below, can Someone help, please. 

atlassian/sftp-deploy:0.5.7
- step: &upload-and-deploy
name: Upload
services:
- docker
script:
- pipe: atlassian/sftp-deploy:0.5.7
variables:
USER: 'xxxx'
SERVER: ${SERVER}
REMOTE_PATH: 'xxxx'
LOCAL_PATH: ${BITBUCKET_CLONE_DIR}/xxx.zip
DEBUG: 'true'

 But got error 

bash: docker: command not found

bash: lesspipe: command not found

bash: dircolors: command not found

1 answer

0 votes
helgispbru December 21, 2020

I have the same issue on one of my repositories.

The only difference is that I have pipeatlassian/scp-deploy:0.3.12, but I tried 0.3.10 and 0.3.13 - everything stay the same, it can't find docker.

Also I tried to add

services:
  - docker

and this doesn't help.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events