Skip to content

Commit

Permalink
Add tag
Browse files Browse the repository at this point in the history
  • Loading branch information
antares-sw committed Jan 8, 2024
1 parent 7ed4fb6 commit 1f32bfd
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ commands:
git rev-parse --short HEAD > GIT_SHA
export PYTHONHASHSEED=42
export CIRCLE_SHORT_SHA1=$(eval echo $CIRCLE_SHA1 | cut -c -7)
export BUILD_FILE_NAME=<< parameters.build_file_name >>-${CIRCLE_SHORT_SHA1}-<< parameters.os_name >>-<< parameters.os_arch >>
export BUILD_FILE_NAME=<< parameters.build_file_name >>-${CIRCLE_TAG}-<< parameters.os_name >>-<< parameters.os_arch >>
mkdir $BUILD_FILE_NAME
poetry run pyinstaller --distpath ./$BUILD_FILE_NAME ./operator.spec
tar -zcvf $BUILD_FILE_NAME.tar.gz $BUILD_FILE_NAME
Expand Down Expand Up @@ -141,11 +141,11 @@ workflows:
filters:
tags:
only: /^v.*/
- build-macos:
filters:
tags:
only: /^v.*/
- build-windows:
filters:
tags:
only: /^v.*/
# - build-macos:
# filters:
# tags:
# only: /^v.*/
# - build-windows:
# filters:
# tags:
# only: /^v.*/

0 comments on commit 1f32bfd

Please sign in to comment.