Test deployment

4 jobs from dockerization in 17 seconds (queued for 1 second)
Status Job ID Name Coverage
  Testing
passed #1922
flake8

00:05

passed #1923
test

00:08

 
  Build
passed #1924
build_prod_image

00:02

 
  Deploy
failed #1925
deploy_staging

00:02

 
$ chmod +x ./setup_ci_env.sh
$ ./setup_ci_env.sh
$ git submodule sync --recursive
Synchronizing submodule url for 'recircle/interface_openstack'
$ git submodule update --init --recursive
$ sshpass -p "$STAGING_SSH_PASS" ssh -o StrictHostKeyChecking=no cloud@vm.niif.cloud.bme.hu -p 17668 \ ls -la \ git pull https://git.ik.bme.hu/RECIRCLE/portal.git DEV \ cd portal \ git submodule update --init --recursive \ docker-compose up -f docker-compose.prod.yml \ exit
ls: unrecognized option '--init'
Try 'ls --help' for more information.
ERROR: Job failed: exit status 1