Update .gitlab-ci.yml

This commit is contained in:
Sean "Solao Bajiuik" Stoves 2020-06-06 12:58:03 -04:00
parent c1324c3260
commit ba1f8da9cd

View File

@ -29,8 +29,8 @@ cache:
policy: pull-push
before_script:
- 'apk add lftp'
- 'apk add openssh-client'
- 'apk add lftp openssh-client'
- 'mkdir ~/.ssh'
- 'ssh-keyscan -p 2022 panel.chaoticlogic.us >> ~/.ssh/known_hosts'
- 'dotnet restore --packages $NUGET_PACKAGES_DIRECTORY'