show me the files names
This commit is contained in:
parent
9c59e310a5
commit
695d2ff3a0
@ -31,6 +31,9 @@ build-staging:
|
||||
CI_DEBUG_TRACE: "true"
|
||||
stage: build
|
||||
script:
|
||||
- ls
|
||||
- ls apps/cic-staff-client/src/assets/js/ethtx/dist
|
||||
- ls apps/cic-staff-client/src/app/_services/
|
||||
- TAG=stag FRONTEND_ENV=staging sh ./scripts/build-push.sh
|
||||
only:
|
||||
- bvander/integration-tests-on-docker
|
||||
|
@ -97,7 +97,7 @@
|
||||
"dev": {
|
||||
"browserTarget": "cic-staff-client:build:dev"
|
||||
},
|
||||
"dev": {
|
||||
"staging": {
|
||||
"browserTarget": "cic-staff-client:build:staging"
|
||||
}
|
||||
}
|
||||
|
@ -90,13 +90,8 @@
|
||||
"yargs": "^13.3.2"
|
||||
},
|
||||
"lint-staged": {
|
||||
"src/**/*.{js,ts,scss,md,html,json}": [
|
||||
"prettier --write",
|
||||
"git add"
|
||||
],
|
||||
"*.scss": [
|
||||
"stylelint src/**/*.scss"
|
||||
]
|
||||
"src/**/*.{js,ts,scss,md,html,json}": ["prettier --write", "git add"],
|
||||
"*.scss": ["stylelint src/**/*.scss"]
|
||||
},
|
||||
"husky": {
|
||||
"hooks": {
|
||||
|
@ -81,18 +81,18 @@ services:
|
||||
# to disable www redirection remove the section: ${STACK_NAME?Variable not set}-www-redirect,
|
||||
- traefik.http.routers.${STACK_NAME?Variable not set}-proxy-http.middlewares=${STACK_NAME?Variable not set}-www-redirect,${STACK_NAME?Variable not set}-https-redirect
|
||||
|
||||
#cicada:
|
||||
# image: registry.gitlab.com/grassrootseconomics/cic-internal-integration/cicada:${TAG:-latest}
|
||||
# build:
|
||||
# context: ./apps/cic-staff-client
|
||||
# args:
|
||||
# FRONTEND_ENV: ${FRONTEND_ENV:-prod}
|
||||
# deploy:
|
||||
# labels:
|
||||
# - traefik.enable=true
|
||||
# - traefik.constraint-label-stack=${TRAEFIK_TAG?Variable not set}
|
||||
# - traefik.http.routers.${STACK_NAME?Variable not set}-cicada-http.rule=PathPrefix(`/`)
|
||||
# - traefik.http.services.${STACK_NAME?Variable not set}-cicada.loadbalancer.server.port=80
|
||||
cicada:
|
||||
image: registry.gitlab.com/grassrootseconomics/cic-internal-integration/cicada:${TAG:-latest}
|
||||
build:
|
||||
context: ./apps/cic-staff-client
|
||||
args:
|
||||
FRONTEND_ENV: ${FRONTEND_ENV:-prod}
|
||||
deploy:
|
||||
labels:
|
||||
- traefik.enable=true
|
||||
- traefik.constraint-label-stack=${TRAEFIK_TAG?Variable not set}
|
||||
- traefik.http.routers.${STACK_NAME?Variable not set}-cicada-http.rule=PathPrefix(`/`)
|
||||
- traefik.http.services.${STACK_NAME?Variable not set}-cicada.loadbalancer.server.port=80
|
||||
|
||||
eth:
|
||||
image: registry.gitlab.com/grassrootseconomics/cic-internal-integration/bloxberg-node:${TAG:-latest}
|
||||
|
Loading…
Reference in New Issue
Block a user