Unset some specific environment variables

This commit is contained in:
zontreck 2024-07-09 21:11:57 -07:00
parent 61510a5a22
commit 5d4e94de25
2 changed files with 7 additions and 1 deletions

6
Jenkinsfile vendored
View file

@ -11,6 +11,12 @@ pipeline {
}
stages {
stage('Prepare') {
steps {
sh 'unset WORKSPACE'
sh 'unset PWD'
}
}
stage('Build') {
steps {
sh 'dart doc'

View file

@ -1,6 +1,6 @@
name: libac_dart
description: "Aria's Creations code library"
version: 1.2.070924+2024
version: 1.2.070924+2111
homepage: "https://zontreck.com"