Skip to content

Commit

Permalink
Update Jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
denysvitali authored May 20, 2018
1 parent 8e8d046 commit 46ab2cf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ pipeline {
}
archiveArtifacts 'rootfs-builder/out/*_rootfs.tar.gz'
withDockerContainer(image: 'dvitali/pixelc-build-container:7'){
sh ". /etc/environment
sh "echo $PATH"
echo "Deleting release from github before creating new one"
sh "github-release delete --user ${GITHUB_ORGANIZATION} --repo ${GITHUB_REPO} --tag ${env.VERSION_NAME}"

Expand Down

0 comments on commit 46ab2cf

Please sign in to comment.