mirror of
				https://git.wownero.com/wowlet/wowlet.git
				synced 2024-08-15 01:03:14 +00:00 
			
		
		
		
	Drone: fix AppImage builds
This commit is contained in:
		
							parent
							
								
									96ac717ede
								
							
						
					
					
						commit
						3ee5e003a7
					
				
					 1 changed files with 4 additions and 4 deletions
				
			
		| 
						 | 
					@ -30,7 +30,7 @@ steps:
 | 
				
			||||||
    - name: files_linux_release
 | 
					    - name: files_linux_release
 | 
				
			||||||
      path: /files
 | 
					      path: /files
 | 
				
			||||||
    commands:
 | 
					    commands:
 | 
				
			||||||
    - export FN="feather-`git rev-parse --short HEAD`.zip"
 | 
					    - export FN="feather-`echo $DRONE_COMMIT_AFTER | cut -c 1-7`.zip"
 | 
				
			||||||
    - export TARGET_DIR="/files/$DRONE_SOURCE_BRANCH"
 | 
					    - export TARGET_DIR="/files/$DRONE_SOURCE_BRANCH"
 | 
				
			||||||
    - mkdir -p "$TARGET_DIR"
 | 
					    - mkdir -p "$TARGET_DIR"
 | 
				
			||||||
    - echo "writing to $TARGET_DIR/$FN"
 | 
					    - echo "writing to $TARGET_DIR/$FN"
 | 
				
			||||||
| 
						 | 
					@ -56,7 +56,7 @@ steps:
 | 
				
			||||||
  - name: build
 | 
					  - name: build
 | 
				
			||||||
    image: feather:appimage
 | 
					    image: feather:appimage
 | 
				
			||||||
    commands:
 | 
					    commands:
 | 
				
			||||||
    - export FN="feather-`git rev-parse --short HEAD`.zip"
 | 
					    - export FN="feather-`echo $DRONE_COMMIT_AFTER | cut -c 1-7`.zip"
 | 
				
			||||||
    - export BRANCH="$DRONE_SOURCE_BRANCH"
 | 
					    - export BRANCH="$DRONE_SOURCE_BRANCH"
 | 
				
			||||||
    - bash ./contrib/build-appimage.sh
 | 
					    - bash ./contrib/build-appimage.sh
 | 
				
			||||||
  - name: deploy
 | 
					  - name: deploy
 | 
				
			||||||
| 
						 | 
					@ -109,7 +109,7 @@ steps:
 | 
				
			||||||
    - name: files_win_release
 | 
					    - name: files_win_release
 | 
				
			||||||
      path: /files
 | 
					      path: /files
 | 
				
			||||||
    commands:
 | 
					    commands:
 | 
				
			||||||
    - export FN="feather-`git rev-parse --short HEAD`.zip"
 | 
					    - export FN="feather-`echo $DRONE_COMMIT_AFTER | cut -c 1-7`.zip"
 | 
				
			||||||
    - export TARGET_DIR="/files/$DRONE_SOURCE_BRANCH"
 | 
					    - export TARGET_DIR="/files/$DRONE_SOURCE_BRANCH"
 | 
				
			||||||
    - mkdir -p "$TARGET_DIR"
 | 
					    - mkdir -p "$TARGET_DIR"
 | 
				
			||||||
    - echo "writing to $TARGET_DIR/$FN"
 | 
					    - echo "writing to $TARGET_DIR/$FN"
 | 
				
			||||||
| 
						 | 
					@ -147,7 +147,7 @@ steps:
 | 
				
			||||||
    - name: files_mac_release
 | 
					    - name: files_mac_release
 | 
				
			||||||
      path: /files
 | 
					      path: /files
 | 
				
			||||||
    commands:
 | 
					    commands:
 | 
				
			||||||
    - export FN="feather-`git rev-parse --short HEAD`.zip"
 | 
					    - export FN="feather-`echo $DRONE_COMMIT_AFTER | cut -c 1-7`.zip"
 | 
				
			||||||
    - export TARGET_DIR="/files/$DRONE_SOURCE_BRANCH"
 | 
					    - export TARGET_DIR="/files/$DRONE_SOURCE_BRANCH"
 | 
				
			||||||
    - mkdir -p "$TARGET_DIR"
 | 
					    - mkdir -p "$TARGET_DIR"
 | 
				
			||||||
    - echo "writing to $TARGET_DIR/$FN"
 | 
					    - echo "writing to $TARGET_DIR/$FN"
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue