mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy.org.git
synced 2025-01-27 11:16:42 +00:00
ci: Add installation of postcss-cli
This commit is contained in:
parent
6a152a6e8e
commit
9afc5d29a8
|
@ -7,6 +7,7 @@ steps:
|
||||||
commands:
|
commands:
|
||||||
- eval $(ssh-agent -s)
|
- eval $(ssh-agent -s)
|
||||||
- ssh-add - <<< "$SSH_PRIVATE_KEY"
|
- ssh-add - <<< "$SSH_PRIVATE_KEY"
|
||||||
|
- npm install postcss-cli
|
||||||
environment:
|
environment:
|
||||||
SSH_PRIVATE_KEY:
|
SSH_PRIVATE_KEY:
|
||||||
from_secret: SSH_PRIVATE_KEY
|
from_secret: SSH_PRIVATE_KEY
|
||||||
|
|
Loading…
Reference in a new issue