mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-18 15:33:15 +00:00
fix mysql install error
This commit is contained in:
@@ -31,7 +31,7 @@ jobs:
|
|||||||
# This branch if available
|
# This branch if available
|
||||||
- v1-dep-{{ .Branch }}-
|
- v1-dep-{{ .Branch }}-
|
||||||
# Default branch if not
|
# Default branch if not
|
||||||
- v1-dep-master-
|
- v2-dep-master-
|
||||||
# Any branch if there are none on the default branch - this should be unnecessary if you have your default branch configured correctly
|
# Any branch if there are none on the default branch - this should be unnecessary if you have your default branch configured correctly
|
||||||
- v1-dep-
|
- v1-dep-
|
||||||
# This is based on your 1.0 configuration file or project settings
|
# This is based on your 1.0 configuration file or project settings
|
||||||
@@ -65,7 +65,7 @@ jobs:
|
|||||||
background: true
|
background: true
|
||||||
# Save dependency cache
|
# Save dependency cache
|
||||||
- save_cache:
|
- save_cache:
|
||||||
key: v1-dep-{{ .Branch }}-{{ epoch }}
|
key: v2-dep-{{ .Branch }}-{{ epoch }}
|
||||||
paths:
|
paths:
|
||||||
# This is a broad list of cache paths to include many possible development environments
|
# This is a broad list of cache paths to include many possible development environments
|
||||||
# You can probably delete some of these entries
|
# You can probably delete some of these entries
|
||||||
|
Reference in New Issue
Block a user