Skip to content
This repository has been archived by the owner on Feb 22, 2024. It is now read-only.

Commit

Permalink
Merge pull request deriv-com#534 from thibault-deriv/fix_slack_certif…
Browse files Browse the repository at this point in the history
…icate

Fix Slack issue
  • Loading branch information
matin-deriv authored Mar 30, 2023
2 parents 9f5a2b8 + 942df76 commit e48e7e4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,14 +129,14 @@ commands:
jobs:
test:
docker:
- image: circleci/node:12.22
- image: circleci/node:12.22.7
steps:
- checkout
- npm_install
- test
release_staging:
docker:
- image: circleci/node:12.22
- image: circleci/node:12.22.7
steps:
- checkout
- npm_install
Expand All @@ -157,7 +157,7 @@ jobs:
- notify_slack
release_production:
docker:
- image: circleci/node:12.22
- image: circleci/node:12.22.7
steps:
- checkout
- npm_install
Expand Down

0 comments on commit e48e7e4

Please sign in to comment.