Skip to content

Commit a9d118c

Browse files
authored
Merge pull request #9 from VirdocsSoftware/RD-1090-codebuild
Cleanup
2 parents 3cb44fc + 292048c commit a9d118c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.devops/Codebuild/Buildspecs/buildspec-tagged.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ phases:
1919
commands:
2020
- echo build Docker images complete `date`
2121
- echo push Docker images to ECR...
22-
- docker run -e "NPM_TOKEN=${NPM_TOKEN}" 758272223864.dkr.ecr.us-east-1.amazonaws.com/git-release-notes:${CODEBUILD_GIT_TAG} bash -c "npm --no-git-tag-version version ${CODEBUILD_GIT_TAG} && npm publish --tag ${CODEBUILD_GIT_TAG}"
22+
- docker run -e "NPM_TOKEN=${NPM_TOKEN}" 758272223864.dkr.ecr.us-east-1.amazonaws.com/git-release-notes:${CODEBUILD_GIT_TAG} bash -c "npm --no-git-tag-version version ${CODEBUILD_GIT_TAG} && npm publish --tag v${CODEBUILD_GIT_TAG}"
2323
- docker push 758272223864.dkr.ecr.us-east-1.amazonaws.com/git-release-notes:${CODEBUILD_GIT_TAG}

0 commit comments

Comments
 (0)