Skip to content
Snippets Groups Projects
Verified Commit 7217db69 authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

[CI] Align apt-get commandline with other pages

parent e029d81d
No related branches found
No related tags found
No related merge requests found
Pipeline #33727 failed
...@@ -7,7 +7,7 @@ variables: ...@@ -7,7 +7,7 @@ variables:
pages: pages:
stage: deploy stage: deploy
before_script: before_script:
- apt update; apt install po4a -y - apt-get -y update && apt-get -y install po4a
- pip install -r requirements.txt - pip install -r requirements.txt
script: script:
- make publish; make publish - make publish; make publish
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment