1
0
mirror of https://github.com/pavel-odintsov/fastnetmon synced 2024-11-26 13:14:31 +01:00

Added true to address "tar: /opt: file changed as we read it"

This commit is contained in:
Pavel Odintsov 2022-02-09 14:27:32 +00:00
parent 92c1e5e521
commit 9862559039

@ -140,7 +140,7 @@ jobs:
- /opt
- run: cd src; mkdir -p build; cd build; /opt/cmake-3.16.4/bin/cmake ..; make
- run: /opt/fastnetmon/fastnetmon --configuration_check
- run: tar -cpzvf /opt/fastnetmon_all_libs.tar.gz --exclude=/opt/fastnetmon_all_libs.tar.gz -C /opt /opt
- run: tar -cpzf /opt/fastnetmon_all_libs.tar.gz --exclude=/opt/fastnetmon_all_libs.tar.gz -C /opt /opt; true
- store_artifacts:
path: /opt/fastnetmon_all_libs.tar.gz
debian8: