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:
|
build:
|
||||||
stage: build
|
stage: build
|
||||||
before_script:
|
before_script:
|
||||||
- dnf install -y hugo
|
- dnf install -y hugo git
|
||||||
script:
|
script:
|
||||||
- git submodule update --init --recursive
|
- git submodule update --init --recursive
|
||||||
- hugo
|
- hugo
|
||||||
|
@ -26,6 +26,7 @@ deploy:
|
||||||
name: production
|
name: production
|
||||||
url: https://status-devel.ungleich.ch/
|
url: https://status-devel.ungleich.ch/
|
||||||
before_script:
|
before_script:
|
||||||
|
- dnf install -y openssh-clients
|
||||||
# Configure the SSH Agent
|
# Configure the SSH Agent
|
||||||
- eval $(ssh-agent -s)
|
- eval $(ssh-agent -s)
|
||||||
- echo "$CD_SSH_PRIVATE_KEY" | tr -d '\r' | ssh-add - > /dev/null
|
- echo "$CD_SSH_PRIVATE_KEY" | tr -d '\r' | ssh-add - > /dev/null
|
||||||
|
|
Loading…
Reference in a new issue