Skip to content

Commit

Permalink
Updating versions
Browse files Browse the repository at this point in the history
  • Loading branch information
boberfly committed Jan 8, 2020
1 parent 8ba8859 commit addd543
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build_docker_optix.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/usr/bin/env bash

python build.py --version 0.12.1 --cyclesVersion 0.12.1 --optix 1 --docker 1 --experimental 0 --upload 0 $@
python build.py --version 0.13.0 --cyclesVersion 0.13.0 --optix 1 --docker 1 --experimental 0 --upload 0 $@
2 changes: 1 addition & 1 deletion build_docker_optix_experimental.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/usr/bin/env bash

python build.py --version 0.12.1 --cyclesVersion 0.12.1-experimental --optix 1 --experimental 1 --docker 1 --upload 0 $@
python build.py --version 0.13.0 --cyclesVersion 0.13.0-experimental --optix 1 --experimental 1 --docker 1 --upload 0 $@

0 comments on commit addd543

Please sign in to comment.