Skip to content
Snippets Groups Projects
Commit 73016523 authored by Tor-Einar Skog's avatar Tor-Einar Skog
Browse files

Update pipeline script

parent be1ca585
No related branches found
No related tags found
2 merge requests!35build: New dummy version for testing the pipeline,!26Renovate-updates deployed to prod
Pipeline #2984 failed
...@@ -34,8 +34,8 @@ before_script: ...@@ -34,8 +34,8 @@ 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 python && apt-get install -y rsync openssh-client - apt-get update -y && apt-get install -y python3 && apt-get install -y rsync openssh-client
- "python build_pom_with_models.py" - "python3 build_pom_with_models.py"
build: build:
stage: build stage: build
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment