mirror of
				https://gitlab.sectorq.eu/jaydee/omv_backup.git
				synced 2025-10-31 02:21:10 +01:00 
			
		
		
		
	Update .gitlab-ci.yml file
This commit is contained in:
		| @@ -19,11 +19,13 @@ | |||||||
| stages:          # List of stages for jobs, and their order of execution | stages:          # List of stages for jobs, and their order of execution | ||||||
|   - build |   - build | ||||||
|  |  | ||||||
|  |  | ||||||
| build-job:       # This job runs in the build stage, which runs first. | build-job:       # This job runs in the build stage, which runs first. | ||||||
|   stage: build |   stage: build | ||||||
|   script: |   script: | ||||||
|     - echo "Compiling the code..." |     - echo "Compiling the code..." | ||||||
|     - echo "Compile complete." |     - echo "Compile complete." | ||||||
|     - lala=":" |     - column=":" | ||||||
|     - curl -X POST https://kestra.sectorq.eu/api/v1/executions/webhook/jaydee/ansible-all/f851511c32ca9450 -d '{"tag":["setup","common"],"target":["m-server.home.lan"]}' -H "Content-Type${lala} application/json" |     - curl -X POST https://kestra.sectorq.eu/api/v1/executions/webhook/jaydee/ansible-all/f851511c32ca9450 -d '{"tag":["setup","common"],"target":["m-server.home.lan"]}' -H "Content-Type${column} application/json" | ||||||
|  |   rules: | ||||||
|  |     - if: $CI_COMMIT_MESSAGE =~ /build$/ | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user