We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0705d2 commit adc9678Copy full SHA for adc9678
.github/workflows/build_test_template.yml
@@ -56,8 +56,8 @@ jobs:
56
run: |
57
rm -f e2b.toml
58
echo "FROM e2bdev/code-interpreter-test:latest" > test.Dockerfile
59
- e2b template build --memory-mb 1024 -c "/root/.jupyter/start-up.sh" -d "test.Dockerfile" | tee build_output.txt
60
- TEMPLATE_ID=$(grep "Requested build for the sandbox template" build_output.txt | awk '{print $NF}')
+ e2b template build --memory-mb 1024 -c "/root/.jupyter/start-up.sh" -d "test.Dockerfile"
+ TEMPLATE_ID=$(grep "template_id" e2b.toml | cut -d '"' -f 2)
61
echo "Captured Template ID: $TEMPLATE_ID"
62
echo "template_id=$TEMPLATE_ID" >> $GITHUB_OUTPUT
63
working-directory: ./template
0 commit comments