forked from trezor/trezor-suite
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitlab-ci.yml
33 lines (30 loc) · 856 Bytes
/
.gitlab-ci.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# ! DO NOT set latest here USE custom hash !
image: registry.gitlab.com/satoshilabs/trezor/trezor-suite/base@sha256:ba5cf63ec1db0b102664b216114674f98c88cff206f537394f6203ad7d9c580f
variables:
DEV_SERVER_URL: "https://suite.corp.sldev.cz"
STAGING_WALLET_SERVER_URL: "https://staging-wallet.trezor.io/wallet"
STAGING_SUITE_SERVER_URL: "https://staging-suite.trezor.io"
DESKTOP_APP_NAME: "Trezor-Suite"
GIT_CLEAN_FLAGS: "-ffdx -e .yarn"
GIT_DEPTH: 20
stages:
- setup environment
- prebuild
- build
- deploy to dev
- deploy npm
- integration testing
- build artifacts
- utils
- deploy to staging
- deploy to production
include:
- ci/environment.yml
- ci/prebuild.yml
- ci/build.yml
- ci/deploy.yml
- ci/npm-deploy.yml
- ci/test.yml
- ci/releases.yml
# # to be run only on scheduled pipelines
- ci/utils.yml