Skip to content

Commit 9361d51

Browse files
committed
removed unnecessary line
1 parent a604958 commit 9361d51

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_template.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ jobs:
5252
- name: Build E2B template
5353
id: build-template
5454
run: |
55-
rm -f e2b.toml && 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
56-
echo "build_output=$(cat build_output.txt)" >> $GITHUB_OUTPUT
55+
rm -f e2b.toml
56+
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
5757
TEMPLATE_ID=$(grep "Requested build for the sandbox template" build_output.txt | awk '{print $NF}')
5858
echo "template_id=$TEMPLATE_ID" >> $GITHUB_OUTPUT
5959
working-directory: ./template

0 commit comments

Comments
 (0)