File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ jobs:
104104 docker_container="${{ github.repository }}/${{ matrix.platform.image }}:latest"
105105 docker login https://${{ env.foo }} -u ${{ github.actor }} -p ${{ github.token }}
106106 docker pull ${{ env.foo }}/${docker_container}
107- docker run -v /tmp/__home__:/home/libgit2 -v $(pwd):/home/libgit2/source -v $(pwd)/build:/home/libgit2/build -e CC -e CMAKE_GENERATOR -e CMAKE_OPTIONS -e PKG_CONFIG_PATH -e SKIP_SSH_TESTS -e SKIP_NEGOTIATE_TESTS ${{ env.foo }}/${docker_container} echo hi
107+ docker run -v /tmp/__home__:/home/libgit2 -v $(pwd):/home/libgit2/source -v $(pwd)/build:/home/libgit2/build -e CC -e CMAKE_GENERATOR -e CMAKE_OPTIONS -e PKG_CONFIG_PATH -e SKIP_SSH_TESTS -e SKIP_NEGOTIATE_TESTS ${{ env.foo }}/${docker_container} "cd build && ../azure-pipelines/build.sh && ../azure-pipelines/test.sh"
108108 else
109109 mkdir build && cd build
110110 ../azure-pipelines/build.sh
You can’t perform that action at this time.
0 commit comments