Skip to content
Snippets Groups Projects
Commit 06b9e3db authored by ='s avatar =
Browse files

update .gitlab-ci.yml

parent dc4a1372
Branches
No related tags found
No related merge requests found
Pipeline #226998 passed
build:
stage: build
image:
name: gcr.io/kaniko-project/executor:v1.23.2-debug
entrypoint: [""]
script:
- /kaniko/executor
--context "${CI_PROJECT_DIR}"
--dockerfile "${CI_PROJECT_DIR}/dockerfile"
--destination "${CI_REGISTRY_IMAGE}:${CI_COMMIT_TAG}"
check:
stage: build
needs:
- build
script:
- echo "${CI_REGISTRY_IMAGE}"
pages: pages:
image: registry.code.fbi.h-da.de/stihbouss/react-image image: registry.code.fbi.h-da.de/stihbouss/react-image
script: script:
- npm install - npm install
- npm run build - npm run build
- cp -r dist/* public - cp -r dist/* public
needs:
- build
artifacts: artifacts:
paths: paths:
- public - public
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment