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 46ab2cf commit eb496c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ pipeline {
}
archiveArtifacts 'rootfs-builder/out/*_rootfs.tar.gz'
withDockerContainer(image: 'dvitali/pixelc-build-container:7'){
sh ". /etc/environment
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 eb496c4

Please sign in to comment.