mirror of
https://github.com/pavel-odintsov/fastnetmon
synced 2024-11-26 13:14:31 +01:00
Fixed variable mapping
This commit is contained in:
parent
1b9f7c53b0
commit
f95eb81c05
@ -97,7 +97,7 @@ jobs:
|
||||
command: perl src/fastnetmon_install.pl --install_dependency_packages_only
|
||||
- restore_cache:
|
||||
keys:
|
||||
- {{ CIRCLE_JOB }}_dependencies_26_05_2020
|
||||
- "{{ .Environment.CIRCLE_JOB }}_dependencies_26_05_2020"
|
||||
- run:
|
||||
name: install_dependencies
|
||||
no_output_timeout: 20m
|
||||
@ -107,7 +107,7 @@ jobs:
|
||||
command: cat /tmp/fastnetmon_install.log
|
||||
when: on_fail
|
||||
- save_cache:
|
||||
key: {{ CIRCLE_JOB }}_dependencies_26_05_2020
|
||||
key: "{{ .Environment.CIRCLE_JOB }}_dependencies_26_05_2020"
|
||||
paths:
|
||||
- /opt
|
||||
- run: cd src; mkdir -p build; cd build; cmake ..; make
|
||||
|
Loading…
Reference in New Issue
Block a user