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

chore(pipeline): replacing dubnium with erbium - front-1439 #520

Merged
merged 2 commits into from
Aug 12, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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