Browse Source

Update repositories before trying to install packages

bugfix/46-adjust-now-playing-top-margin
Georg Krause 3 years ago
parent
commit
cdad605bd5
No known key found for this signature in database
GPG Key ID: FD479B9A4D48E632
  1. 2
      .gitlab-ci.yml

2
.gitlab-ci.yml

@ -105,7 +105,7 @@ build-bleeding-edge: @@ -105,7 +105,7 @@ build-bleeding-edge:
.deploy:
image: debian
before_script:
- apt -y install openssh-server
- apt update && apt -y install openssh-server
deploy-develop:
extends: .deploy

Loading…
Cancel
Save