diff options
author | Ikram Ikramullah (ikram@research.att.com) <ikram@research.att.com> | 2018-03-13 12:45:36 -0400 |
---|---|---|
committer | Ikram Ikramullah (ikram@research.att.com) <ikram@research.att.com> | 2018-03-13 12:49:33 -0400 |
commit | 3871d29d2414548083b1308298517562e6728117 (patch) | |
tree | 3690f4e61539b0084cab116645647898f767b7f0 /build-dockers.sh | |
parent | 6b4a181efbe7234074539ee9b2abed72fd7af964 (diff) |
Corrected Nexus Package content
Before dockerzation can proceed, contents of
the package must be correct. Few folders/files were missing.
Changed assembly.xml to include all but the ones that are
not needed.
Also, removed files from conductor/conductor folder that were
thought to have contributed to the correction of the package
initially.
conductor/conductor/README.rst
conductor/conductor/README.md
conductor/conductor/setup.py
conductor/conductor/setup.cfg
These files are actually not needed in that level
of folder (conductor/condcutor) - They should exist only on the
main conductor/ folder.
Issue-ID: OPTFRA-123
Change-Id: I006694ddc8e7e5de21ad17fb0d4720c5b19dc960
Signed-off-by: Ikram Ikramullah (ikram@research.att.com) <ikram@research.att.com>
Diffstat (limited to 'build-dockers.sh')
-rwxr-xr-x | build-dockers.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build-dockers.sh b/build-dockers.sh index 37698c8..6814e3e 100755 --- a/build-dockers.sh +++ b/build-dockers.sh @@ -1,5 +1,5 @@ #!/bin/bash -# TODO (IKRAM): need to test api only first to test the docker upload chain. +# TODO (IKRAM): need to test api only first to test the docker upload chain. # Will enable the others once api is tested docker build -t api conductor/docker/api/ docker build -t controller conductor/docker/controller/ |