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
I have the same issue on one of my repositories.
The only difference is that I have pipe: atlassian/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.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.