File tree Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -33,11 +33,13 @@ jobs:
33
33
run : |
34
34
mkdir -p "$TANGRAM_CI_DIR/bin"
35
35
cat > "$TANGRAM_CI_DIR/config.json" << 'EOF'
36
- {}
36
+ {
37
+ "directory": "$TANGRAM_CI_DIR/.tangram"
38
+ }
37
39
EOF
38
40
cat > "$TANGRAM_CI_DIR/bin/tangram" << 'EOF'
39
41
#!/bin/sh
40
- exec tangram --directory "$TANGRAM_CI_DIR" -- config "$TANGRAM_CI_DIR/config.json" "$@"
42
+ exec tangram --config "$TANGRAM_CI_DIR/config.json" "$@"
41
43
EOF
42
44
chmod +x "$TANGRAM_CI_DIR/bin/tangram"
43
45
@@ -73,11 +75,13 @@ jobs:
73
75
run : |
74
76
mkdir -p "$TANGRAM_CI_DIR/bin"
75
77
cat > "$TANGRAM_CI_DIR/config.json" << 'EOF'
76
- {}
78
+ {
79
+ "directory": "$TANGRAM_CI_DIR/.tangram"
80
+ }
77
81
EOF
78
82
cat > "$TANGRAM_CI_DIR/bin/tangram" << 'EOF'
79
83
#!/bin/sh
80
- exec tangram --directory "$TANGRAM_CI_DIR" -- config "$TANGRAM_CI_DIR/config.json" "$@"
84
+ exec tangram --config "$TANGRAM_CI_DIR/config.json" "$@"
81
85
EOF
82
86
chmod +x "$TANGRAM_CI_DIR/bin/tangram"
83
87
Original file line number Diff line number Diff line change 2
2
node_modules
3
3
tangram.lock
4
4
target
5
+ Claude.md
You can’t perform that action at this time.
0 commit comments