Skip to content

Commit

Permalink
Merge pull request #9 from VirdocsSoftware/RD-1090-codebuild
Browse files Browse the repository at this point in the history
Cleanup
  • Loading branch information
RyanShelf authored Feb 12, 2019
2 parents 3cb44fc + 292048c commit a9d118c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devops/Codebuild/Buildspecs/buildspec-tagged.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ phases:
commands:
- echo build Docker images complete `date`
- echo push Docker images to ECR...
- 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}"
- 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}"
- docker push 758272223864.dkr.ecr.us-east-1.amazonaws.com/git-release-notes:${CODEBUILD_GIT_TAG}

0 comments on commit a9d118c

Please sign in to comment.