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.
1 parent 755b97d commit 9c90c2bCopy full SHA for 9c90c2b
.circleci/config.yml
@@ -299,12 +299,12 @@ jobs:
299
deploy-to-production:
300
executor: node
301
steps:
302
- - run:
303
- name: Mark Sentry release
304
- command: node packages/app/scripts/sentry-create-release.js
305
- checkout_with_cache
306
- restore_cache: *restore_deps_cache
307
- attach_workspace: *attach_deps_workspace
+ - run:
+ name: Mark Sentry release
+ command: node packages/app/scripts/sentry-create-release.js
308
- run:
309
name: Deploy Image
310
command: node packages/app/scripts/deploy.js
0 commit comments