Skip to content

Commit

Permalink
windows???
Browse files Browse the repository at this point in the history
  • Loading branch information
JComins000 committed Oct 29, 2024
1 parent 583648e commit 63ffe35
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .circleci/real_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2704,8 +2704,15 @@ jobs:
- run:
name: Set VERSION environment variable
command: |
$version = & ~/project/version.sh
[System.Environment]::SetEnvironmentVariable('VERSION', $version, [System.EnvironmentVariableTarget]::Process)
$version = & bash ./version.sh
setx VERSION $version
$version
$VERSION
- run:
name: Set VERSION environment variable
command: |
$version
$VERSION
- unless:
condition:
equal: [ win/default, << parameters.executor-name >> ]
Expand Down

0 comments on commit 63ffe35

Please sign in to comment.