Skip to content
Snippets Groups Projects
Commit 813dc458 authored by Cédric Moreau's avatar Cédric Moreau
Browse files

fix(#125): fix: create_g1_data

parent 08a1182a
No related branches found
No related tags found
No related merge requests found
Pipeline #33893 waiting for manual action
...@@ -289,7 +289,6 @@ create_g1_data: ...@@ -289,7 +289,6 @@ create_g1_data:
stage: gx_package stage: gx_package
rules: rules:
- when: always - when: always
allow_failure: true
image: python:3.9.18 image: python:3.9.18
variables: variables:
DEBIAN_FRONTEND: noninteractive DEBIAN_FRONTEND: noninteractive
...@@ -309,7 +308,7 @@ create_g1_data: ...@@ -309,7 +308,7 @@ create_g1_data:
- curl https://dl.cgeek.fr/public/backup-g1-duniter-1.8.7.tgz -o g1-dump.tgz - curl https://dl.cgeek.fr/public/backup-g1-duniter-1.8.7.tgz -o g1-dump.tgz
- tar xvzf g1-dump.tgz - tar xvzf g1-dump.tgz
- rm g1-dump.tgz - rm g1-dump.tgz
- mv backup-g1-duniter-1.8.7 duniter_default - mv tmp/backup-g1-duniter-1.8.7 duniter_default
# py-g1-migrator conversion # py-g1-migrator conversion
- git clone https://git.duniter.org/tools/py-g1-migrator.git -b import_identities_from_leveldb /py-g1-migrator - git clone https://git.duniter.org/tools/py-g1-migrator.git -b import_identities_from_leveldb /py-g1-migrator
- cd /py-g1-migrator - cd /py-g1-migrator
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment