Skip to content

Fix example by using cache:paths

Rehab requested to merge rhassanein-master-patch-71630 into master

What does this MR do?

Currently, if cache:paths is used in policy:pull, it is required to be used in policy:push too.

The example we include doesn't work in practice, and fails to build on gitlab.com.

To make the example work, one would need to specify the same cache:paths in all jobs.

Example project

https://gitlab.com/rhassanein/cache_test

Notice how I needed to add cache:paths for the example to work.

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • Label as security and @ mention @gitlab-com/gl-security/appsec
  • The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • Security reports checked/validated by a reviewer from the AppSec team

Merge request reports