Skip to content

Commit 2121bbb

Browse files
committed
remove unused content
1 parent ea927fd commit 2121bbb

File tree

2 files changed

+0
-39
lines changed

2 files changed

+0
-39
lines changed

action.yml

Lines changed: 0 additions & 16 deletions
This file was deleted.

build-guest-actions-entrypoint.sh

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -11,26 +11,3 @@ fi
1111

1212
# run crates/build-guest
1313
cargo run --release -p scroll-zkvm-build-guest
14-
15-
# set the github actions outputs for the metadata action.yml
16-
if [ "$IS_ACTIONS" = "true" ]; then
17-
echo "github actions running"
18-
19-
{
20-
echo 'commitments-chunk<<EOF'
21-
cat crates/prover/src/commitments/chunk.rs
22-
echo EOF
23-
} >> $GITHUB_OUTPUT
24-
25-
{
26-
echo 'commitments-batch<<EOF'
27-
cat crates/prover/src/commitments/batch.rs
28-
echo EOF
29-
} >> $GITHUB_OUTPUT
30-
31-
{
32-
echo 'commitments-bundle<<EOF'
33-
cat crates/prover/src/commitments/bundle.rs
34-
echo EOF
35-
} >> $GITHUB_OUTPUT
36-
fi

0 commit comments

Comments
 (0)