Skip to content
Snippets Groups Projects
Unverified Commit 309aff42 authored by Nico's avatar Nico
Browse files

install bash

parent 565ab9bf
No related branches found
No related tags found
No related merge requests found
Pipeline #2622 passed
# This file is a template, and might need editing before it works on your project.
# Full project: https://gitlab.com/pages/plain-html
image: bash
image: alpine
pages:
stage: deploy
script:
- echo "The site will be deployed to $CI_PAGES_URL"
- apk add bash
- ./scripts/generate-keys.sh
artifacts:
paths:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment