Skip to content

Commit f5be4c0

Browse files
committed
no remotes
1 parent 74592c9 commit f5be4c0

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/build.yaml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,9 @@ jobs:
3333
run: |
3434
mkdir -p "$TANGRAM_CI_DIR/bin"
3535
cat > "$TANGRAM_CI_DIR/config.json" << 'EOF'
36-
{}
36+
{
37+
"remotes": []
38+
}
3739
EOF
3840
cat > "$TANGRAM_CI_DIR/bin/tangram" << 'EOF'
3941
#!/bin/sh
@@ -73,7 +75,9 @@ jobs:
7375
run: |
7476
mkdir -p "$TANGRAM_CI_DIR/bin"
7577
cat > "$TANGRAM_CI_DIR/config.json" << 'EOF'
76-
{}
78+
{
79+
"remotes": []
80+
}
7781
EOF
7882
cat > "$TANGRAM_CI_DIR/bin/tangram" << 'EOF'
7983
#!/bin/sh

0 commit comments

Comments
 (0)