File tree Expand file tree Collapse file tree 1 file changed +8
-12
lines changed Expand file tree Collapse file tree 1 file changed +8
-12
lines changed Original file line number Diff line number Diff line change @@ -32,14 +32,12 @@ jobs:
3232       - name : Configure Tangram 
3333        run : | 
3434          mkdir -p "$TANGRAM_CI_DIR/bin" 
35-           cat > "$TANGRAM_CI_DIR/config.json" << EOF 
36-           { 
37-             "directory": "$TANGRAM_CI_DIR/.tangram" 
38-           } 
35+           cat > "$TANGRAM_CI_DIR/config.json" << 'EOF' 
36+           {} 
3937          EOF 
40-           cat > "$TANGRAM_CI_DIR/bin/tangram" << EOF 
38+           cat > "$TANGRAM_CI_DIR/bin/tangram" << ' EOF'  
4139          #!/bin/sh 
42-           exec tangram --config "$TANGRAM_CI_DIR/config.json" "\ $@" 
40+           exec tangram --directory "$TANGRAM_CI_DIR/.tangram" -- config "$TANGRAM_CI_DIR/config.json" "$@" 
4341          EOF 
4442          chmod +x "$TANGRAM_CI_DIR/bin/tangram" 
4543
@@ -74,14 +72,12 @@ jobs:
7472       - name : Configure Tangram 
7573        run : | 
7674          mkdir -p "$TANGRAM_CI_DIR/bin" 
77-           cat > "$TANGRAM_CI_DIR/config.json" << EOF 
78-           { 
79-             "directory": "$TANGRAM_CI_DIR/.tangram" 
80-           } 
75+           cat > "$TANGRAM_CI_DIR/config.json" << 'EOF' 
76+           {} 
8177          EOF 
82-           cat > "$TANGRAM_CI_DIR/bin/tangram" << EOF 
78+           cat > "$TANGRAM_CI_DIR/bin/tangram" << ' EOF'  
8379          #!/bin/sh 
84-           exec tangram --config "$TANGRAM_CI_DIR/config.json" "\ $@" 
80+           exec tangram --directory "$TANGRAM_CI_DIR/.tangram" -- config "$TANGRAM_CI_DIR/config.json" "$@" 
8581          EOF 
8682          chmod +x "$TANGRAM_CI_DIR/bin/tangram" 
8783
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments