File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 4848 id : build-template
4949 run : |
5050 rm -f e2b.toml
51- e2b template build --team "460355b3-4f64-48f9-9a16-4442817f79f5" -- memory-mb 1024 -c "/root/.jupyter/start-up.sh" -d "e2b.Dockerfile" | tee build_output.txt
51+ e2b template build --memory-mb 1024 -c "/root/.jupyter/start-up.sh" -d "e2b.Dockerfile" | tee build_output.txt
5252 TEMPLATE_ID=$(grep "Requested build for the sandbox template" build_output.txt | awk '{print $NF}')
5353 echo "template_id=$TEMPLATE_ID" >> $GITHUB_OUTPUT
5454 working-directory : ./template
Original file line number Diff line number Diff line change 2727 - name : Cleanup E2B template
2828 id : cleanup-template
2929 run : |
30- e2b template delete --team "460355b3-4f64-48f9-9a16-4442817f79f5" ${{ inputs.E2B_CI_TEMPLATE }}
30+ e2b template delete ${{ inputs.E2B_CI_TEMPLATE }}
3131 env :
3232 E2B_ACCESS_TOKEN : ${{ secrets.E2B_ACCESS_TOKEN }}
3333 E2B_DOMAIN : ${{ inputs.E2B_DOMAIN }}
You can’t perform that action at this time.
0 commit comments