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:
3232 - name : Configure Tangram
3333 run : |
3434 mkdir -p "$TANGRAM_CI_DIR/bin"
35- cat > "$TANGRAM_CI_DIR/config.json" << ' EOF'
35+ cat > "$TANGRAM_CI_DIR/config.json" << EOF
3636 {
3737 "directory": "$TANGRAM_CI_DIR/.tangram"
3838 }
3939 EOF
40- cat > "$TANGRAM_CI_DIR/bin/tangram" << ' EOF'
40+ cat > "$TANGRAM_CI_DIR/bin/tangram" << EOF
4141 #!/bin/sh
42- exec tangram --config "$TANGRAM_CI_DIR/config.json" "$@"
42+ exec tangram --config "$TANGRAM_CI_DIR/config.json" "\ $@"
4343 EOF
4444 chmod +x "$TANGRAM_CI_DIR/bin/tangram"
4545
@@ -74,14 +74,14 @@ jobs:
7474 - name : Configure Tangram
7575 run : |
7676 mkdir -p "$TANGRAM_CI_DIR/bin"
77- cat > "$TANGRAM_CI_DIR/config.json" << ' EOF'
77+ cat > "$TANGRAM_CI_DIR/config.json" << EOF
7878 {
7979 "directory": "$TANGRAM_CI_DIR/.tangram"
8080 }
8181 EOF
82- cat > "$TANGRAM_CI_DIR/bin/tangram" << ' EOF'
82+ cat > "$TANGRAM_CI_DIR/bin/tangram" << EOF
8383 #!/bin/sh
84- exec tangram --config "$TANGRAM_CI_DIR/config.json" "$@"
84+ exec tangram --config "$TANGRAM_CI_DIR/config.json" "\ $@"
8585 EOF
8686 chmod +x "$TANGRAM_CI_DIR/bin/tangram"
8787
You can’t perform that action at this time.
0 commit comments