Skip to content

Commit

Permalink
Update build-natron.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
devernay authored Jun 7, 2020
1 parent 06aa677 commit 094953b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/jenkins/build-natron.sh
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ cd "$TMP_PATH"
# OpenColorIO-Configs setup
OCIO_CONFIGS_VERSION=""
if [ "$NATRON_BUILD_CONFIG" = "ALPHA" ] || [ "$NATRON_BUILD_CONFIG" = "BETA" ] || [ "$NATRON_BUILD_CONFIG" = "RC" ] || [ "$NATRON_BUILD_CONFIG" = "STABLE" ]; then
OCIO_CONFIGS_VERSION=$(echo $NATRON_GIT_BRANCH | sed 's#tags/##;' | cut -c1-3)
OCIO_CONFIGS_VERSION=$(echo $NATRON_GIT_BRANCH | sed 's#tags/v##;' | cut -c1-3)
else
case "$NATRON_GIT_BRANCH" in
RB-*)
Expand Down

0 comments on commit 094953b

Please sign in to comment.