test
This commit is contained in:
parent
f9a4463750
commit
2053dbc909
1 changed files with 2 additions and 0 deletions
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
|
@ -17,6 +17,8 @@ jobs:
|
||||||
- name: Log the buildozer version
|
- name: Log the buildozer version
|
||||||
run: |
|
run: |
|
||||||
ls -al
|
ls -al
|
||||||
|
ls -al ~/
|
||||||
|
ls -al $GITHUB_WORKSPACE
|
||||||
- name: export build version
|
- name: export build version
|
||||||
run: export BUILD_VERSION=$(cat $GITHUB_WORKSPACE/src/main/python/main.py | grep --color=never -oP '([0-9]+\.?)+')
|
run: export BUILD_VERSION=$(cat $GITHUB_WORKSPACE/src/main/python/main.py | grep --color=never -oP '([0-9]+\.?)+')
|
||||||
- name: setup
|
- name: setup
|
||||||
|
|
Loading…
Reference in a new issue