Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 260b8f0217 | |||
| a5f83dc2f2 | |||
| 1337eba8c0 |
@@ -27,16 +27,12 @@ jobs:
|
|||||||
|
|
||||||
- name: Build SDSAT tar.gz
|
- name: Build SDSAT tar.gz
|
||||||
run: |
|
run: |
|
||||||
set -euxo pipefail
|
|
||||||
|
|
||||||
mkdir -p dist buildtmp
|
mkdir -p dist buildtmp
|
||||||
|
|
||||||
# Copie uniquement les scripts dans buildtmp
|
# Copie uniquement les scripts dans buildtmp
|
||||||
cp -r scripts/* buildtmp/
|
cp -r scripts/* buildtmp/
|
||||||
|
|
||||||
pwd
|
|
||||||
ls -ila
|
|
||||||
|
|
||||||
# Supprime __init__.py
|
# Supprime __init__.py
|
||||||
find buildtmp/ -name "__init__.py" -delete
|
find buildtmp/ -name "__init__.py" -delete
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user