Skip to content

Commit

Permalink
fix: configure to pre-release beta from trunk
Browse files Browse the repository at this point in the history
Signed-off-by: Akarshit Wal <[email protected]>
  • Loading branch information
Akarshit committed Jun 11, 2021
1 parent 9df7047 commit 7e469d7
Show file tree
Hide file tree
Showing 4 changed files with 14,609 additions and 11,203 deletions.
6 changes: 2 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
- reaction-admin-v3-node-modules-{{ .Branch }}
- run:
name: Push the latest version to npm
command: npx semantic-release --dry-run
command: npx semantic-release

docker-build-push:
<<: *defaults
Expand All @@ -90,7 +90,7 @@ jobs:
- run:
name: Build and push production Docker image
command: |
VERSION=$(git describe --tags `git rev-list --tags --max-count=1` | cut -c2-100)-TEST
VERSION=$(git describe --tags `git rev-list --tags --max-count=1` | cut -c2-100)
docker build -t ${DOCKER_REPOSITORY}:${VERSION} .
docker login -u ${DOCKER_USER} -p ${DOCKER_PASS}
docker push ${DOCKER_REPOSITORY}:${VERSION}
Expand All @@ -115,7 +115,6 @@ workflows:
branches:
only:
- trunk
- akarshit-semantic-release
requires:
- dockerfile-lint
- eslint
Expand All @@ -126,6 +125,5 @@ workflows:
branches:
only:
- trunk
- akarshit-semantic-release
requires:
- release
2 changes: 1 addition & 1 deletion .husky/.gitignore
Original file line number Diff line number Diff line change
@@ -1 +1 @@
_
_
Loading

0 comments on commit 7e469d7

Please sign in to comment.