Skip to content

Commit

Permalink
ci: use vars for alpha and beta
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippeCrassous committed Feb 22, 2021
1 parent 9169ee8 commit c4d72dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ test_2.92.beta:
- .test_nightly
variables:
MIXER_BLENDER_VERSION_BASE: "2.92"
MIXER_BLENDER_ZIP_BASENAME: blender-2.92.0rc-windows64
MIXER_BLENDER_ZIP_BASENAME: blender-${beta}-windows64
MIXER_BLENDER_DOWNLOAD: "builder"

test_2.93.alpha:
Expand All @@ -151,7 +151,7 @@ test_2.93.alpha:
when: manual
variables:
MIXER_BLENDER_VERSION_BASE: "2.93"
MIXER_BLENDER_ZIP_BASENAME: blender-2.93.0-c97ea30e956d-windows64
MIXER_BLENDER_ZIP_BASENAME: blender-${alpha}-windows64
MIXER_BLENDER_DOWNLOAD: "builder"

test_gitlab.com:
Expand Down

0 comments on commit c4d72dc

Please sign in to comment.