Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
microstrain-sam committed Sep 7, 2022
2 parents 3b4f693 + 3265e9e commit d7b4825
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,10 @@ pipeline {
node("linux-amd64") {
withCredentials([string(credentialsId: 'MICROSTRAIN_BUILD_GH_TOKEN', variable: 'GH_TOKEN')]) {
sh '''
release_name="develop"
release_name="latest"
repo="LORD-MicroStrain/libmip"
artifacts=$(find "${WORKSPACE}/../builds/${BUILD_NUMBER}/archive/" -type f)
archive_dir="${WORKSPACE}/../builds/${BUILD_NUMBER}/archive/"
artifacts=$(find "${archive_dir}" -type f)
gh release delete \
-y \
-R "${repo}" \
Expand Down

0 comments on commit d7b4825

Please sign in to comment.