move integration-test dockerfile to integration-tests directory

This commit is contained in:
Min RK
2018-07-16 18:07:17 -07:00
parent 7b1efbf16e
commit 26ebc61a79
2 changed files with 3 additions and 2 deletions

View File

@@ -87,8 +87,9 @@ def main():
image_name = 'tljh-systemd'
container_name = 'tljh-ci-run'
source_path = os.path.abspath(os.path.join(os.path.dirname(__file__), '..'))
source_path = os.path.abspath(
os.path.join(os.path.dirname(__file__), os.pardir, 'integration-tests')
)
if args.action == 'build-image':
build_systemd_image(image_name, source_path)