Skip to content
Snippets Groups Projects
Commit 920befac authored by Philipp Spilger's avatar Philipp Spilger
Browse files

chore: Remove unused environment variable for host.env location from Jenkinsfile

Change-Id: I37e01cb7eb117ffb6725a82f568284f73cde86c2
parent 80e8ec82
No related branches found
No related tags found
No related merge requests found
......@@ -27,10 +27,6 @@ pipeline {
description: 'Which buildcache to use? They reside under $HOME/build_caches/$BUILD_CACHE_NAME and will be created if they do not exist.')
}
environment {
YASHCHIKI_HOST_ENV_PATH = "${WORKSPACE}/host.env"
}
stages {
stage('Container Build') {
// TODO: remove once unused
......
......@@ -27,10 +27,6 @@ pipeline {
description: 'Which buildcache to use? They reside under $HOME/build_caches/$BUILD_CACHE_NAME and will be created if they do not exist.')
}
environment {
YASHCHIKI_HOST_ENV_PATH = "${WORKSPACE}/host.env"
}
stages {
stage('Container Build') {
// TODO: remove once unused
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment