failed Pipeline #5337 triggered by
Wolfgang Knopki
@knopkiwg

Merge branch 'currently_prod' into 'master'

Currently prod

See merge request !62
1 job for master in 1 second (queued for 5 seconds)
Status
Job
Stage
Name
Duration
Coverage
test
production
00:00:01
Name
Stage
Failure
test
      rsync: chgrp "/opt/simplesamlphp/modules/mymodule/templates" failed: Operation not permitted (1)
rsync: chgrp "/opt/simplesamlphp/modules/mymodule/themes/fancytheme/default/includes" failed: Operation not permitted (1)
rsync: mkstemp "/opt/simplesamlphp/modules/mymodule/templates/.gitkeep.CMJ2lk" failed: Permission denied (13)
rsync: mkstemp "/opt/simplesamlphp/modules/mymodule/templates/.selectsource.tpl.php.JdIGBm" failed: Permission denied (13)
rsync: mkstemp "/opt/simplesamlphp/modules/mymodule/themes/fancytheme/default/includes/.footer.php.UwXICj" failed: Permission denied (13)
rsync: mkstemp "/opt/simplesamlphp/modules/mymodule/themes/fancytheme/default/includes/.header.php.UZHiEk" failed: Permission denied (13)
rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1207) [sender=3.1.3]
Cleaning up project directory and file based variables
ERROR: Job failed: exit status 1

Speed up your pipelines with Needs relationships

Using the needs keyword makes jobs run before their stage is reached. Jobs run as soon as their needs relationships are met, which speeds up your pipelines.

If you add needs to jobs in your pipeline you'll be able to view the needs relationships between jobs in this tab as a Directed Acyclic Graph (DAG).

There are no test reports for this pipeline

You can configure your job to use unit test reports, and GitLab displays a report here and in the related merge request.