...
Code Block | ||
---|---|---|
| ||
git clone http://gerrit.onap.org/r/optf/has <!- Make code changes here-> cd <path>/has/conductor mvn clean install <!- Build the maven artifact with changes -> |
Then create a new Dockerfile and and build-dockers-debug.sh under has/ to build the new image
Code Block | ||
---|---|---|
| ||
sudo <file-path>/build_dockers-debug.sh <tag_for_image> <path_to_artifact_zip> <path_to_Dockerfile> |
Replace the image name inside the deployment for has.
Commiting the Code
git commit -am "Initial proj struct"
git review -s
git commit -as --amend# scroll down
2
lines (above your Change-ID)
insert "Issue-ID: {issue_id}
"
...