Skip to content
This repository has been archived by the owner on May 21, 2024. It is now read-only.

docker-app: Fix bad parameters file logic #1468

Merged

Conversation

doanac
Copy link
Collaborator

@doanac doanac commented Dec 2, 2019

docker-app was changed between the original testing in 0.6 and the
current 0.8 to not accept the short-hand argument for the parameters
file. This change uses the long for which is easier to read and
"just works".

Signed-off-by: Andy Doan andy@foundries.io

docker-app was changed between the original testing in 0.6 and the
current 0.8 to not accept the short-hand argument for the parameters
file. This change uses the long for which is easier to read and
"just works".

Signed-off-by: Andy Doan <andy@foundries.io>
@codecov-io
Copy link

codecov-io commented Dec 2, 2019

Codecov Report

Merging #1468 into master will decrease coverage by 0.09%.
The diff coverage is 0%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master    #1468     +/-   ##
=========================================
- Coverage   80.61%   80.51%   -0.1%     
=========================================
  Files         184      184             
  Lines       11081    11081             
=========================================
- Hits         8933     8922     -11     
- Misses       2148     2159     +11
Impacted Files Coverage Δ
...c/libaktualizr/package_manager/dockerappmanager.cc 86.17% <0%> (ø) ⬆️
src/libaktualizr/package_manager/ostreemanager.cc 77.52% <0%> (-1.5%) ⬇️
src/libaktualizr/storage/sqlstorage_base.cc 78.37% <0%> (-1.36%) ⬇️
src/libaktualizr/storage/sqlstorage.cc 76.33% <0%> (-0.56%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 7c99916...c20f526. Read the comment docs.

@pattivacek pattivacek merged commit 92b17f0 into advancedtelematic:master Dec 3, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants