chore: fix typo

This commit is contained in:
Gregor Kleen 2020-12-10 04:01:15 +01:00
parent 5beb842ab1
commit 2dab577e6d

View File

@ -104,11 +104,11 @@ yesod:build:dev:
- rm -rvf /etc/apt/sources.list /etc/apt/sources.list.d
- install -v -T -m 0644 ${APT_SOURCES_LIST} /etc/apt/sources.list
- apt-get update -y
- apt-get install -y --no-install-recommends locales-all openssh-client git-restore-time
- apt-get install -y --no-install-recommends locales-all openssh-client git-restore-mtime
- install -v -m 0700 -d ~/.ssh
- install -v -T -m 0644 ${SSH_KNOWN_HOSTS} ~/.ssh/known_hosts
- install -v -T -m 0400 ${SSH_DEPLOY_KEY} ~/.ssh/deploy && echo "IdentityFile ~/.ssh/deploy" >> ~/.ssh/config;
- git-restore-time
- git-restore-mtime
artifacts:
paths:
- bin/