File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -32,14 +32,14 @@ jobs:
32
32
- name : Configure Tangram
33
33
run : |
34
34
mkdir -p "$TANGRAM_CI_DIR/bin"
35
- cat > "$TANGRAM_CI_DIR/config.json" << ' EOF'
35
+ cat > "$TANGRAM_CI_DIR/config.json" << EOF
36
36
{
37
37
"directory": "$TANGRAM_CI_DIR/.tangram"
38
38
}
39
39
EOF
40
- cat > "$TANGRAM_CI_DIR/bin/tangram" << ' EOF'
40
+ cat > "$TANGRAM_CI_DIR/bin/tangram" << EOF
41
41
#!/bin/sh
42
- exec tangram --config "$TANGRAM_CI_DIR/config.json" "$@"
42
+ exec tangram --config "$TANGRAM_CI_DIR/config.json" "\ $@"
43
43
EOF
44
44
chmod +x "$TANGRAM_CI_DIR/bin/tangram"
45
45
@@ -74,14 +74,14 @@ jobs:
74
74
- name : Configure Tangram
75
75
run : |
76
76
mkdir -p "$TANGRAM_CI_DIR/bin"
77
- cat > "$TANGRAM_CI_DIR/config.json" << ' EOF'
77
+ cat > "$TANGRAM_CI_DIR/config.json" << EOF
78
78
{
79
79
"directory": "$TANGRAM_CI_DIR/.tangram"
80
80
}
81
81
EOF
82
- cat > "$TANGRAM_CI_DIR/bin/tangram" << ' EOF'
82
+ cat > "$TANGRAM_CI_DIR/bin/tangram" << EOF
83
83
#!/bin/sh
84
- exec tangram --config "$TANGRAM_CI_DIR/config.json" "$@"
84
+ exec tangram --config "$TANGRAM_CI_DIR/config.json" "\ $@"
85
85
EOF
86
86
chmod +x "$TANGRAM_CI_DIR/bin/tangram"
87
87
You can’t perform that action at this time.
0 commit comments