1
1
Fork 0

Update .gitlab-ci.yml

This commit is contained in:
Spirillen Marsupilami 2021-09-23 15:52:02 +02:00
parent 0b881faece
commit fd568d764e
1 changed files with 1 additions and 2 deletions

View File

@ -12,7 +12,6 @@ before_script:
- export DEBIAN_FRONTEND=noninteractive
- apt-get update
- apt-get install -yqqf bash git pgp python3.9
- which python python3 python3.8 python3.9
# - git config --global user.email "$GITLAB_USER_EMAIL"
# - git config --global user.name "$GIT_USER_NAME"
- git config --global user.email "pdns@pm.me"
@ -35,7 +34,7 @@ build:
- merge_requests
script:
- echo "Do your build here"
- python3 -m pip install mypdns -yq
- python -m pip install mypdns -yq
# - git checkout -b "${CI_COMMIT_REF_NAME}"
- find "$CI_PROJECT_DIR/source/" -type f -name '*.list' -exec bash -c "sort -i -u -f '{}' -o '{}' " \;
# - find "${CI_PROJECT_DIR}/source/" -type f -name '*.list' \