Skip to content

Commit 30c29f2

Browse files
author
Jim Robinson
committed
Add debug to pipeline
1 parent c3c816f commit 30c29f2

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.1.46
1+
0.1.47

azure-pipelines.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ jobs:
6363
python -m build
6464
pip install pyinstaller
6565
pyinstaller --onefile ./croudtech_bootstrap_app/croudtech-bootstrap.py --clean
66+
ls -la
6667
cp ./dist/croudtech-bootstrap $(Build.ArtifactStagingDirectory)/croudtech-bootstrap
6768
- task: PublishBuildArtifacts@1
6869
inputs:
@@ -79,6 +80,7 @@ jobs:
7980
python -m build
8081
pip install pyinstaller
8182
/home/vsts_azpcontainer/.local/bin/pyinstaller --onefile ./croudtech_bootstrap_app/croudtech-bootstrap.py --clean
83+
ls -la
8284
cp ./dist/croudtech-bootstrap $(Build.ArtifactStagingDirectory)/croudtech-bootstrap-debian-bullseye
8385
- task: PublishBuildArtifacts@1
8486
inputs:

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.1.46
2+
current_version = 0.1.47
33

44
[metadata]
55
name = croudtech-bootstrap

0 commit comments

Comments
 (0)