Compare commits
3 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
71ca103393 | ||
|
9a63348d52 | ||
|
360b1b5d9c |
@ -14,7 +14,7 @@ steps:
|
||||
- mkdir -p /drone/src/out/
|
||||
- mkdir -p /drone/src/dist/
|
||||
# add dependancies
|
||||
- apk add --update python3 py3-pip python3-dev gfortran build-base py3-numpy py3-pandas python3-tkinter libgfortran libquadmath libgcc gnutls
|
||||
- pacman -Sy --noconfirm --needed wget libunwind lib32-gnutls python3 python-pip gcc-fortran base-devel python-numpy python-pandas tk gcc-libs gnutls wine-staging
|
||||
# linux build
|
||||
- cd /drone/src/
|
||||
- python -m venv --system-site-packages venv
|
||||
@ -47,8 +47,9 @@ steps:
|
||||
- sha256
|
||||
- crc32
|
||||
when:
|
||||
allConditions:
|
||||
- event: tag
|
||||
event:
|
||||
exclude:
|
||||
- push
|
||||
|
||||
image_pull_secrets:
|
||||
- docker_token
|
@ -1,4 +1,5 @@
|
||||
## iNewsletter CSV Util
|
||||
## Matomo CSV Util
|
||||
|
||||
GUI utility to convert csv with multiple columns to iNewsletter .csv import
|
||||
GUI utility to convert a csv with multiple columns to a valid Matomo .csv import file
|
||||
Needed columns= name, email
|
||||
All the other available columns will be treated as attributes of the subscriber.
|
||||
|
Loading…
x
Reference in New Issue
Block a user