Skip to content

Commit 465a728

Browse files
author
Jim Robinson
committed
Ensure dist artifact directory exists
1 parent eaca33a commit 465a728

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.50
1+
0.1.51

azure-pipelines.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ jobs:
6565
pip install pyinstaller
6666
pyinstaller --onefile ./croudtech_bootstrap_app/croudtech-bootstrap.py --clean
6767
ls -la dist
68+
mkdir -p $(Build.ArtifactStagingDirectory)/dist
6869
cp ./dist/croudtech-bootstrap $(Build.ArtifactStagingDirectory)/dist/croudtech-bootstrap
6970
7071
- job: CliBuildDebianBullseye
@@ -79,6 +80,7 @@ jobs:
7980
pip install pyinstaller
8081
/home/vsts_azpcontainer/.local/bin/pyinstaller --onefile ./croudtech_bootstrap_app/croudtech-bootstrap.py --clean
8182
ls -la dist
83+
mkdir -p $(Build.ArtifactStagingDirectory)/dist
8284
cp ./dist/croudtech-bootstrap $(Build.ArtifactStagingDirectory)/dist/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.50
2+
current_version = 0.1.51
33

44
[metadata]
55
name = croudtech-bootstrap

0 commit comments

Comments
 (0)