mirror of
				https://github.com/prometheus/node_exporter.git
				synced 2025-08-20 18:33:52 -07:00 
			
		
		
		
	Fix release tag build.
This commit is contained in:
		
							parent
							
								
									d6a172bb2a
								
							
						
					
					
						commit
						002c1ca029
					
				| 
						 | 
				
			
			@ -93,7 +93,6 @@ jobs:
 | 
			
		|||
    - run: mkdir -v -p ${HOME}/bin
 | 
			
		||||
    - run: curl -L 'https://github.com/aktau/github-release/releases/download/v0.7.2/linux-amd64-github-release.tar.bz2' | tar xvjf - --strip-components 3 -C ${HOME}/bin
 | 
			
		||||
    - run: echo 'export PATH=${HOME}/bin:${PATH}' >> ${BASH_ENV}
 | 
			
		||||
    - run: make promu
 | 
			
		||||
    - attach_workspace:
 | 
			
		||||
        at: .
 | 
			
		||||
    - run: make promu
 | 
			
		||||
| 
						 | 
				
			
			@ -103,6 +102,7 @@ jobs:
 | 
			
		|||
    - store_artifacts:
 | 
			
		||||
        path: .tarballs
 | 
			
		||||
        destination: releases
 | 
			
		||||
    - run: ln -s .build/linux-amd64/node_exporter node_exporter
 | 
			
		||||
    - run:
 | 
			
		||||
        command: |
 | 
			
		||||
          if [ -n "$CIRCLE_TAG" ]; then
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in a new issue