cleanDocker
fsfw/fsfw/pipeline/pr-development There was a failure building this commit Details

This commit is contained in:
Robin Mueller 2022-01-28 13:43:21 +01:00
parent 8414c9d471
commit cf3d4d8de3
No known key found for this signature in database
GPG Key ID: 11D4952C8CCEF814
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ pipeline {
}
when {
anyOf {
changeset "$DOCK_FILE_DIR/Dockerfile";
changeset "${DOCK_FILE_DIR}/Dockerfile";
changelog 'cleanDocker'
}
}