Skip to content
Snippets Groups Projects
Commit 8e56f243 authored by Leif Linus Gittel's avatar Leif Linus Gittel
Browse files

Merge branch 'revert-ff80395e' into 'master'

Revert "Update .gitlab-ci.yml"

See merge request !1
parents ff80395e 6a4bf0cd
No related branches found
No related tags found
1 merge request!1Revert "Update .gitlab-ci.yml"
Checking pipeline status
# The Docker image that will be used to build your app
image: alpine:latest
# This file is a template, and might need editing before it works on your project.
# Full project: https://gitlab.com/pages/plain-html
image: busybox
pages:
stage: deploy
script:
- echo "The site will be deployed to $CI_PAGES_URL"
artifacts:
paths:
- public
rules:
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment