1
1
Fork 0

Typo 🖊️

Signed by @spirillen
This commit is contained in:
spirillen 2021-09-11 01:15:21 +02:00
parent 890306f513
commit 3c84a90f44
No known key found for this signature in database
GPG Key ID: 30562ED6FB236E4E
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ build:
- echo "Do your build here"
# - 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' -exec awk -F "." '{for(i=NF; i > 1; i--) printf "%s.", $i; print $1}' "{}" | sort -u | awk -F "." '{for(i=NF; i > 1; i--) printf "%s.", $i; print $1}';
- find "${CI_PROJECT_DIR}/source/" -type f -name '*.list' -exec awk -F "." '{for(i=NF; i > 1; i--) printf "%s.", $i; print $1}' "{}" | sort -u | awk -F "." '{for(i=NF; i > 1; i--) printf "%s.", $i; print $1}' \;
test1:
stage: test