Skip to content

Commit

Permalink
updated pull request logic
Browse files Browse the repository at this point in the history
  • Loading branch information
bryan-nice committed Feb 24, 2020
1 parent c8287dc commit 89ff1a0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/pull-request-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,8 @@ jobs:
run: git merge origin/master
- name: Build Docker Image
id: build_docker_image
run: make docker-build

run: |
make \
GITHUB_HEAD_REF=${GITHUB_HEAD_REF:-${GITHUB_REF##*/}} \
GITHUB_EVENT_NAME=${GITHUB_EVENT_NAME} \
docker-build
1 change: 0 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added to 1.1.0

- Ability to attach files to the Jira Issue
- Update make file so it can be used both by the Git Actions pipeline and directly
- Docker file to include the default Git Actions workspace so it can be leveraged to interact with the runner's workspace during a CI/CD pipeline.

## [1.0.0] - 2020-01-11
Expand Down

0 comments on commit 89ff1a0

Please sign in to comment.