Skip to content

Commit

Permalink
Skip verification as it always fails
Browse files Browse the repository at this point in the history
  • Loading branch information
tibdex authored and autorebase[bot] committed Oct 29, 2018
1 parent 1c373de commit e3ee2fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -24,7 +24,7 @@ jobs:
- run: yarn install --frozen-lockfile
- run: sudo yarn global add now --prefix /usr/local
- run: echo "{\"alias\":\"$NOW_ALIAS\"}" > now.json
- run: now --public --no-clipboard --token $NOW_TOKEN --env APP_ID=$APP_ID --env DEBUG=$DEBUG_ON_NOW --env LOG_LEVEL=$LOG_LEVEL_ON_NOW --env NODE_ENV=production --env PRIVATE_KEY=$PRIVATE_KEY --env SENTRY_DSN=$SENTRY_DSN --env WEBHOOK_SECRET=$WEBHOOK_SECRET
- run: now --public --no-clipboard --no-verify --token $NOW_TOKEN --env APP_ID=$APP_ID --env DEBUG=$DEBUG_ON_NOW --env LOG_LEVEL=$LOG_LEVEL_ON_NOW --env NODE_ENV=production --env PRIVATE_KEY=$PRIVATE_KEY --env SENTRY_DSN=$SENTRY_DSN --env WEBHOOK_SECRET=$WEBHOOK_SECRET
- run: now --token $NOW_TOKEN alias
- run: now --token $NOW_TOKEN rm backport --safe --yes

0 comments on commit e3ee2fe

Please sign in to comment.