fix(CI): fix syntax error
This commit is contained in:
		
							parent
							
								
									8e30632117
								
							
						
					
					
						commit
						666441321a
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -5,7 +5,7 @@ variables: | ||||||
| default: | default: | ||||||
|   image: "quay.io/buildah/stable" |   image: "quay.io/buildah/stable" | ||||||
|   before_script: |   before_script: | ||||||
|     - buildah login --u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY |     - buildah login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY | ||||||
|     - source environment |     - source environment | ||||||
|     - > |     - > | ||||||
|         buildah bud |         buildah bud | ||||||
|  |  | ||||||
		Loading…
	
		Reference in a new issue