Skip to content

Commit

Permalink
Merge pull request #91 from rios0rios0/fix/azdevops-delivery-gobuild
Browse files Browse the repository at this point in the history
fix(azdevops-delivery-gobuild): create bin directory on build step
  • Loading branch information
rios0rios0 authored Oct 18, 2024
2 parents 94cec04 + 2b9347d commit 01acb5a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Exceptions are acceptable depending on the circumstances (critical bug fixes tha

## [Unreleased]

### Added
### Added

- added Python pipelines for GitHub actions
- added `clone.sh` script into the root to help local development
Expand Down Expand Up @@ -55,6 +55,7 @@ Exceptions are acceptable depending on the circumstances (critical bug fixes tha
- fixed the error in `global/scripts/golang/test/run.sh` where `cmd` and `internal` folders were both required at the same time
- fixed `python management` step to install necessary package before executing the command
- fixed `python management` step to adjust for commands for the non-debian image
- fixed `Go Build` step in the `azure-devops` `delivery` step to create output directory before compiling
- fixed artifact generation for `e2e` tests

### Removed
Expand Down
1 change: 1 addition & 0 deletions azure-devops/golang/stages/40-delivery/arm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ stages:
export CGO_ENABLED=0
export BUILD_FLAGS="-ldflags='-w -s'"
mkdir ./bin
go build -o ./bin -v ./...
displayName: 'Build Go Project'
Expand Down

0 comments on commit 01acb5a

Please sign in to comment.