File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 77 - ' !main'
88
99env :
10- BUILDER_VERSION : fix-dependency-steps
11- BUILDER_SOURCE : channels
10+ BUILDER_VERSION : v0.8.0
11+ BUILDER_SOURCE : releases
1212 BUILDER_HOST : https://d19elf31gohf1l.cloudfront.net
1313 PACKAGE_NAME : aws-crt-kotlin
1414 LINUX_BASE_IMAGE : ubuntu-16-x64
3434 export DOCKER_IMAGE=docker.pkg.github.com/awslabs/aws-crt-builder/aws-crt-${{ matrix.image }}:${{ env.BUILDER_VERSION }}
3535 docker pull $DOCKER_IMAGE
3636 docker run --mount type=bind,source=$(pwd),target=/root/${{ env.PACKAGE_NAME }} \
37- --env GITHUB_REF $DOCKER_IMAGE --version $BUILDER_VERSION build -p ${{ env.PACKAGE_NAME }} --build-dir=/root/${{ env.PACKAGE_NAME }} --spec=downstream
37+ --env GITHUB_REF $DOCKER_IMAGE build -p ${{ env.PACKAGE_NAME }} --build-dir=/root/${{ env.PACKAGE_NAME }} --spec=downstream
3838
You can’t perform that action at this time.
0 commit comments