Skip to content
Snippets Groups Projects
Unverified Commit 46418efa authored by Sebastian Höffner's avatar Sebastian Höffner
Browse files

Removing environment variables.

parent e08d45c0
No related branches found
No related tags found
No related merge requests found
pipeline {
agent any
environment {
APPLICATION_ROOT = '/openccg'
}
stages {
stage('build') {
steps {
......
......@@ -5,5 +5,3 @@ services:
openccg:
build: .
environment:
- APPLICATION_ROOT=${APPLICATION_ROOT:-/}
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