We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fab3ece + 3b50777 commit bf6072cCopy full SHA for bf6072c
.circleci/config.yml
@@ -55,6 +55,10 @@ jobs:
55
command: |
56
npm install &&
57
docker login --username ${DOCKERHUB_USER} --password ${DOCKERHUB_PASSWORD} &&
58
+ unset CIRCLE_PULL_REQUEST &&
59
+ unset CI_PULL_REQUEST &&
60
+ unset CI_PULL_REQUESTS &&
61
+ unset CIRCLE_PULL_REQUESTS &&
62
npx semantic-release &&
63
NEW_VERSION=`cat ./package.json | jq -r '.version'` &&
64
./scripts/approve-image.sh $NEW_VERSION ||
0 commit comments