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