1
1
Fork 0

Update .gitlab-ci.yml

This commit is contained in:
Spirillen Marsupilami 2021-09-23 15:46:17 +02:00
parent 362b2be7fd
commit 2acd7bcbea
1 changed files with 1 additions and 0 deletions

View File

@ -34,6 +34,7 @@ build:
- merge_requests
script:
- echo "Do your build here"
- pip install mypdns
# - 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' \