Skip to content
Snippets Groups Projects
Commit 09f6066c authored by Fabian Nuraddin Alexander Gabel's avatar Fabian Nuraddin Alexander Gabel :speech_balloon:
Browse files

cleanup ci-yaml

parent e22a76b9
No related branches found
No related tags found
1 merge request!4Dev
# This file is a template, and might need editing before it works on your project.
---
# All available Hugo versions are listed here:
# https://gitlab.com/pages/hugo/container_registry
#image: registry.gitlab.com/pages/hugo:latest
#image: bpack/hugo-npm
#image: node:17-bullseye
image: collaborating.tuhh.de:5005/e-10/hoou/pontifex-core
......@@ -12,21 +6,6 @@ stages:
- review
- deploy
# local-build:
# stage: build
# script:
# - 'curl --location --output artifacts.zip --header "PRIVATE-TOKEN: zyG98VG64AkTdDKS3cnb" "https://collaborating.tuhh.de/api/v4/projects/6786/jobs/artifacts/dev/download?job=hugo-build"'
# - unzip artifacts.zip
# - cp -rf hugoDocs/* content/en/docs/
# - npm install
# - npm run build
# artifacts:
# paths:
# - public
# only:
# variables:
# - $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
###### BUILDING ########
review-build:
......
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