Fix dependency issue in CI
This commit is contained in:
parent
3551d6c9a7
commit
dad424067d
1 changed files with 2 additions and 1 deletions
|
@ -9,7 +9,7 @@ variables:
|
|||
build:
|
||||
stage: build
|
||||
before_script:
|
||||
- dnf install -y hugo
|
||||
- dnf install -y hugo git
|
||||
script:
|
||||
- git submodule update --init --recursive
|
||||
- hugo
|
||||
|
@ -26,6 +26,7 @@ deploy:
|
|||
name: production
|
||||
url: https://status-devel.ungleich.ch/
|
||||
before_script:
|
||||
- dnf install -y openssh-clients
|
||||
# Configure the SSH Agent
|
||||
- eval $(ssh-agent -s)
|
||||
- echo "$CD_SSH_PRIVATE_KEY" | tr -d '\r' | ssh-add - > /dev/null
|
||||
|
|
Loading…
Reference in a new issue