Compare commits
No commits in common. "main" and "0.71" have entirely different histories.
@ -14,7 +14,7 @@ steps:
|
|||||||
- mkdir -p /drone/src/out/
|
- mkdir -p /drone/src/out/
|
||||||
- mkdir -p /drone/src/dist/
|
- mkdir -p /drone/src/dist/
|
||||||
# add dependancies
|
# add dependancies
|
||||||
- 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
|
- apk add --update python3 py3-pip python3-dev gfortran build-base py3-numpy py3-pandas python3-tkinter libgfortran libquadmath libgcc gnutls
|
||||||
# linux build
|
# linux build
|
||||||
- cd /drone/src/
|
- cd /drone/src/
|
||||||
- python -m venv --system-site-packages venv
|
- python -m venv --system-site-packages venv
|
||||||
@ -47,9 +47,8 @@ steps:
|
|||||||
- sha256
|
- sha256
|
||||||
- crc32
|
- crc32
|
||||||
when:
|
when:
|
||||||
event:
|
allConditions:
|
||||||
exclude:
|
- event: tag
|
||||||
- push
|
|
||||||
|
|
||||||
image_pull_secrets:
|
image_pull_secrets:
|
||||||
- docker_token
|
- docker_token
|
@ -1,5 +1,4 @@
|
|||||||
## Matomo CSV Util
|
## iNewsletter CSV Util
|
||||||
|
|
||||||
GUI utility to convert a csv with multiple columns to a valid Matomo .csv import file
|
GUI utility to convert csv with multiple columns to iNewsletter .csv import
|
||||||
Needed columns= name, email
|
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