ci: debugging error from docker login
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
Error: Cannot perform an interactive login from a non TTY device
This commit is contained in:
parent
5d687650b9
commit
d10c6d5199
|
@ -46,9 +46,10 @@ steps:
|
|||
TRITON_KEY_ID: 59:9f:5a:6f:c4:e2:3b:32:7f:13:1f:de:b7:59:80:85
|
||||
PROJECT_NAME: miomspace
|
||||
commands:
|
||||
- mkdir -p /home/node/.ssh /home/node/.config/docker
|
||||
- env
|
||||
- mkdir -p /home/node/.ssh .config/docker
|
||||
- echo -e "$TRITON_SSH_KEY" > /home/node/.ssh/id_rsa
|
||||
- echo -e "$DOCKER_CONFIG" > /home/node/.config/docker/config.json
|
||||
- echo -e "$DOCKER_CONFIG" > .config/docker/config.json
|
||||
- /usr/local/bin/docker-entrypoint.sh ./deploy.sh $DRONE_TAG
|
||||
|
||||
trigger:
|
||||
|
|
Loading…
Reference in a new issue