Skip to content
Snippets Groups Projects
Commit 7d1b2663 authored by Lene Wasskog's avatar Lene Wasskog
Browse files

build: Fix error in apt-get python

parent 2e56727b
No related branches found
No related tags found
1 merge request!7Gnuaffero
Pipeline #2169 passed
...@@ -27,7 +27,7 @@ before_script: ...@@ -27,7 +27,7 @@ before_script:
- cp $SETTINGS_XML ../$SETTINGS_XML - cp $SETTINGS_XML ../$SETTINGS_XML
- cd .. - cd ..
- rm -rf $COMMON_CONFIG_LOCAL - rm -rf $COMMON_CONFIG_LOCAL
- apt-get update -y && apt-get install -y python3 - apt-get update -y && apt-get install -y python
- 'python build_pom_with_models.py' - 'python build_pom_with_models.py'
build: build:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment