Skip to content
Snippets Groups Projects
Commit 6c2abe3e authored by Maxim Morev's avatar Maxim Morev
Browse files

Update .gitlab-ci.yml file

parent 0c69bd0a
Tags
1 merge request!1Feature/adsvanced books
Pipeline #29 failed with stages
in 28 seconds
image: python:3.9.17-buster
before_script:
- pip install mkdocs-material
stages:
- build
- docker
Build:
stage: build
image: python:3.9.17-buster
# tags:
# - pip
script:
- pip install mkdocs-material
- mkdocs build
artifacts:
paths:
......@@ -30,6 +28,7 @@ DockerBuild:
entrypoint: [""]
script:
- |
ls -l
echo "CI_PROJECT_DIR : ${CI_PROJECT_DIR}"
echo "CI_REGISTRY_IMAGE : ${CI_REGISTRY_IMAGE}"
echo "CI_COMMIT_TAG : ${CI_COMMIT_TAG}"
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment