mirror of
https://github.com/pavel-odintsov/fastnetmon
synced 2024-11-26 13:14:31 +01:00
Changed cache key to force libicu rebuild
This commit is contained in:
parent
e86aad7e70
commit
216e0a17df
@ -49,7 +49,7 @@ jobs:
|
||||
command: perl src/fastnetmon_install.pl --install_dependency_packages_only
|
||||
- restore_cache:
|
||||
keys:
|
||||
- "{{ .Environment.CIRCLE_JOB }}_dependencies_09_06_2020"
|
||||
- "{{ .Environment.CIRCLE_JOB }}_dependencies_10_06_2020"
|
||||
- run:
|
||||
name: install_dependencies
|
||||
no_output_timeout: 40m
|
||||
@ -59,7 +59,7 @@ jobs:
|
||||
command: cat /tmp/fastnetmon_install.log
|
||||
when: on_fail
|
||||
- save_cache:
|
||||
key: "{{ .Environment.CIRCLE_JOB }}_dependencies_09_06_2020"
|
||||
key: "{{ .Environment.CIRCLE_JOB }}_dependencies_10_06_2020"
|
||||
paths:
|
||||
- /opt
|
||||
- run: perl src/scripts/build_libary_bundle.pl /opt/fastnetmon_libraries_bundle.tar.gz
|
||||
@ -123,7 +123,7 @@ jobs:
|
||||
command: perl src/fastnetmon_install.pl --install_dependency_packages_only
|
||||
- restore_cache:
|
||||
keys:
|
||||
- "{{ .Environment.CIRCLE_JOB }}_dependencies_09_06_2020"
|
||||
- "{{ .Environment.CIRCLE_JOB }}_dependencies_10_06_2020"
|
||||
- run:
|
||||
name: install_dependencies
|
||||
no_output_timeout: 40m
|
||||
@ -133,7 +133,7 @@ jobs:
|
||||
command: cat /tmp/fastnetmon_install.log
|
||||
when: on_fail
|
||||
- save_cache:
|
||||
key: "{{ .Environment.CIRCLE_JOB }}_dependencies_09_06_2020"
|
||||
key: "{{ .Environment.CIRCLE_JOB }}_dependencies_10_06_2020"
|
||||
paths:
|
||||
- /opt
|
||||
- run: perl src/scripts/build_libary_bundle.pl /opt/fastnetmon_libraries_bundle.tar.gz
|
||||
@ -197,7 +197,7 @@ jobs:
|
||||
command: perl src/fastnetmon_install.pl --install_dependency_packages_only
|
||||
- restore_cache:
|
||||
keys:
|
||||
- "{{ .Environment.CIRCLE_JOB }}_dependencies_09_06_2020"
|
||||
- "{{ .Environment.CIRCLE_JOB }}_dependencies_10_06_2020"
|
||||
- run:
|
||||
name: install_dependencies
|
||||
no_output_timeout: 40m
|
||||
@ -207,7 +207,7 @@ jobs:
|
||||
command: cat /tmp/fastnetmon_install.log
|
||||
when: on_fail
|
||||
- save_cache:
|
||||
key: "{{ .Environment.CIRCLE_JOB }}_dependencies_09_06_2020"
|
||||
key: "{{ .Environment.CIRCLE_JOB }}_dependencies_10_06_2020"
|
||||
paths:
|
||||
- /opt
|
||||
- run: perl src/scripts/build_libary_bundle.pl /opt/fastnetmon_libraries_bundle.tar.gz
|
||||
@ -271,7 +271,7 @@ jobs:
|
||||
command: perl src/fastnetmon_install.pl --install_dependency_packages_only
|
||||
- restore_cache:
|
||||
keys:
|
||||
- "{{ .Environment.CIRCLE_JOB }}_dependencies_09_06_2020"
|
||||
- "{{ .Environment.CIRCLE_JOB }}_dependencies_10_06_2020"
|
||||
- run:
|
||||
name: install_dependencies
|
||||
no_output_timeout: 40m
|
||||
@ -281,7 +281,7 @@ jobs:
|
||||
command: cat /tmp/fastnetmon_install.log
|
||||
when: on_fail
|
||||
- save_cache:
|
||||
key: "{{ .Environment.CIRCLE_JOB }}_dependencies_09_06_2020"
|
||||
key: "{{ .Environment.CIRCLE_JOB }}_dependencies_10_06_2020"
|
||||
paths:
|
||||
- /opt
|
||||
- run: perl src/scripts/build_libary_bundle.pl /opt/fastnetmon_libraries_bundle.tar.gz
|
||||
|
Loading…
Reference in New Issue
Block a user