mirror of
				https://github.com/elyby/accounts.git
				synced 2025-05-31 14:11:46 +05:30 
			
		
		
		
	Use same cache for all backend builds
This commit is contained in:
		| @@ -10,6 +10,7 @@ check backend codestyle: | ||||
|     image: edbizarro/gitlab-ci-pipeline-php:7.2-alpine | ||||
|     stage: test | ||||
|     cache: | ||||
|         key: backend-vendor | ||||
|         paths: | ||||
|             - vendor | ||||
|     script: | ||||
| @@ -38,6 +39,7 @@ test backend: | ||||
|         MYSQL_PASSWORD: "ely_accounts_tester_password" | ||||
|     stage: test | ||||
|     cache: | ||||
|         key: backend-vendor | ||||
|         paths: | ||||
|             - vendor | ||||
|     before_script: | ||||
|   | ||||
		Reference in New Issue
	
	Block a user