Remove foreign changes

This commit is contained in:
nolash 2021-04-25 14:14:05 +02:00
parent b99b5bd4fa
commit f4bbd22f54
Signed by untrusted user who does not match committer: lash
GPG Key ID: 21D2E7BB88C2A746
3 changed files with 0 additions and 21 deletions

View File

@ -6,7 +6,6 @@ include:
- local: 'apps/cic-notify/.gitlab-ci.yml'
- local: 'apps/cic-meta/.gitlab-ci.yml'
- local: 'apps/cic-cache/.gitlab-ci.yml'
- local: 'apps/contract-migration/scripts/.gitlab-ci.yml'
stages:
- build

View File

@ -1,14 +0,0 @@
.scripts_variables:
variables:
APP_DIR: contract-migrations
APP_NAME: scripts
DOCKERFILE_PATH: $APP_DIR/$APP_NAME/docker/Dockerfile
.scripts_changes_target:
rules:
- changes:
- $CONTEXT/$APP_DIR/$APP_NAME
build-mr-scripts:
script:
- python create_import_users.py -v -c config --gift-threshold 10000 100

View File

@ -1,6 +0,0 @@
FROM python:3.8.5-slim-buster
RUN apt-get update
RUN apt-get install -y --no-install-recommends git gcc g++ libpq-dev gawk jq telnet wget openssl iputils-ping gnupg socat bash procps make python2 cargo
RUN pip install pip
RUN pip install --extra-index-url https://pip.grassrootseconomics.net:8433 -r requirements.txt