Skip to content
This repository has been archived by the owner on May 2, 2023. It is now read-only.

Commit

Permalink
chore(pipeline): replacing dubnium with erbium - front-1439 (#520)
Browse files Browse the repository at this point in the history
Co-authored-by: Kalin Chernev <[email protected]>
  • Loading branch information
planctus and kalinchernev authored Aug 12, 2020
1 parent 6b76eaa commit 262f8ab
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .drone.yml
Original file line number Diff line number Diff line change
@@ -1,31 +1,31 @@
pipeline:
dependencies:
image: node:dubnium
image: node:erbium
commands:
- ./scripts/check-lockfile.sh

lint:
group: tests
image: node:dubnium
image: node:erbium
commands:
- yarn lint && yarn pretty:check

jest:
group: tests
image: node:dubnium
image: node:erbium
commands:
- yarn jest

check-build:
image: node:dubnium
image: node:erbium
secrets: [gh_token]
commands: node scripts/failcheck.js
when:
status: [success, failure]

deploy-twigjs-preview:
group: previews
image: node:dubnium
image: node:erbium
secrets: [gh_token, netlify_auth_token, netlify_js_site_id]
commands:
- yarn twing:clean
Expand All @@ -42,7 +42,7 @@ pipeline:
- master

deploy-prod-js:
image: node:dubnium
image: node:erbium
secrets: [gh_token, netlify_auth_token, netlify_js_site_id]
commands:
- yarn twing:clean
Expand Down

0 comments on commit 262f8ab

Please sign in to comment.