Fixed variable mapping

This commit is contained in:
Pavel Odintsov 2020-05-30 13:55:01 +01:00
parent b5dd674d88
commit 0a7ca77cdc

View File

@ -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