Skip to content

Commit

Permalink
remove RUN from command line
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeldsmith committed Dec 14, 2023
1 parent 48809d3 commit 7018eb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker_linuxes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
run: docker build --no-cache --rm -f ./docker/Dockerfile_ubuntu_22.04_brew -t ctl:latest .

- name: Run ctlrender within the Docker image
run: docker run ctl:latest sh -c "RUN ctlrender -ctl /usr/src/aces-dev/transforms/ctl/utilities/ACESutil.Unity.ctl /usr/src/aces-dev/images/ACES/SonyF35.StillLife.exr /tmp/testout.exr"
run: docker run ctl:latest sh -c "ctlrender -ctl /usr/src/aces-dev/transforms/ctl/utilities/ACESutil.Unity.ctl /usr/src/aces-dev/images/ACES/SonyF35.StillLife.exr /tmp/testout.exr"

ubuntu-23-10:

Expand Down

0 comments on commit 7018eb7

Please sign in to comment.