Skip to content
Snippets Groups Projects
Commit 3cb2b372 authored by M9713's avatar M9713
Browse files

Update .gitlab-ci.yml

parent 32d93d12
No related branches found
No related tags found
No related merge requests found
Pipeline #483239 failed
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
stages: stages:
- build backend - build backend
# - build frontend - build frontend
# - test # - test
# - deploy mongodb # - deploy mongodb
# - deploy backend # - deploy backend
...@@ -45,25 +45,25 @@ build backend: ...@@ -45,25 +45,25 @@ build backend:
#build frontend: build frontend:
# stage: build frontend stage: build frontend
# when: manual # when: manual
# image: image:
# name: gcr.io/kaniko-project/executor:debug name: gcr.io/kaniko-project/executor:debug
# entrypoint: [""] entrypoint: [""]
# script: script:
# Build Frontend # Build Frontend
# - echo "Building Frontend" - echo "Building Frontend"
# - echo "{\"auths\":{\"$CI_REGISTRY\":{\"username\":\"$CI_REGISTRY_USER\",\"password\":\"$CI_REGISTRY_PASSWORD\"}}}" > /kaniko/.docker/config.json - echo "{\"auths\":{\"$CI_REGISTRY\":{\"username\":\"$CI_REGISTRY_USER\",\"password\":\"$CI_REGISTRY_PASSWORD\"}}}" > /kaniko/.docker/config.json
# - /kaniko/executor - /kaniko/executor
# --context $CI_PROJECT_DIR/conduit-front --context git://gitlab.labranet.jamk.fi/conduitmiau/conduit-front
# --dockerfile $CI_PROJECT_DIR/conduit-front/Dockerfile --dockerfile Dockerfile
# --destination $CI_REGISTRY_IMAGE:front: #${CI_COMMIT_TAG} --destination $CI_REGISTRY_IMAGE:front-$CI_COMMIT_SHORT_SHA
#deploy mongodb: #deploy mongodb:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment