deploy-dev

Status Job ID Name Coverage
  Initial Repo
failed #568
initial_repo

00:00:29

 
  Clean Initial Repo
failed #569
clean_initial_repo

00:00:27

 
Name Stage Failure
failed
clean_initial_repo Clean Initial Repo
$ [[ -f /.dockerenv ]] && echo -e "Host *\n\tStrictHostKeyChecking no\n\n" > ~/.ssh/config
$ ssh -tt centos@13.251.192.208 "cd $root_path/dev/$repo_folder && docker-compose -f docker-compose.yml -p $var_dev_container down"
Warning: Permanently added '13.251.192.208' (ECDSA) to the list of known hosts.
WARNING: The export variable is not set. Defaulting to a blank string.
ERROR: The Compose file './docker-compose.yml' is invalid because:
services.ddd.ports is invalid: Port ranges don't match in length
services.xxx.ports is invalid: Port ranges don't match in length
Connection to 13.251.192.208 closed.
ERROR: Job failed: exit code 1
failed
initial_repo Initial Repo
$ ssh -tt centos@13.251.192.208 "cd $root_path/dev/$repo_folder && $TIRdevINI"
Connection to 13.251.192.208 closed.
$ ssh -tt centos@13.251.192.208 "cd $root_path/dev/$repo_folder && docker-compose build --build-arg test=hello xxx"
WARNING: The export variable is not set. Defaulting to a blank string.
ERROR: The Compose file './docker-compose.yml' is invalid because:
services.ddd.ports is invalid: Port ranges don't match in length
services.xxx.ports is invalid: Port ranges don't match in length
Connection to 13.251.192.208 closed.
ERROR: Job failed: exit code 1