ci: install xmlstarlet

- required after 05f68f7ac5
This commit is contained in:
Ming Di Leom 2021-05-04 07:57:46 +00:00
parent e69550ab52
commit 5446dd2ba8
No known key found for this signature in database
GPG Key ID: 32D3E28E96A695E8
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ build_job:
stage: build
before_script:
- 'which ssh-agent || (apk update && apk add curl openssh-client git grep)'
- apk update && apk add curl openssh-client git grep xmlstarlet
- eval $(ssh-agent -s)
- echo "$SSH_PRIVATE_KEY" | tr -d '\r' | ssh-add - > /dev/null
- mkdir -p ~/.ssh