Skip to content
Snippets Groups Projects
Commit 6b14e3b6 authored by Arjan van Olphen's avatar Arjan van Olphen
Browse files

Merge branch 'develop' into 'main'

Checking if this triggers something.

See merge request trial/devops!1
parents 09a3efb2 73be0c7d
No related branches found
Tags v0.0.0
1 merge request!1Checking if this triggers something.
default:
tags:
- vbox
before_script:
- echo "Before script section"
- echo "For example you might run an update here or install a build dependency"
- echo "Or perhaps you might print out some debugging details"
after_script:
- echo "After script section"
- echo "For example you might do some cleanup here"
build-job:
stage: build
script:
......@@ -27,5 +36,5 @@ deploy-prod:
stage: deploy
script:
- echo "This job deploys something from the $CI_COMMIT_BRANCH branch."
- touch stage-deploy.txt
- touch stage-deplogit y.txt
environment: production
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment