Skip to content

Commit

Permalink
Fix permision for golden tests (#1052)
Browse files Browse the repository at this point in the history
  • Loading branch information
BraisVQ authored Sep 2, 2024
1 parent f3e4633 commit 015a1ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
- Update Rust Axum Quickstarter to Rust 1.80.1 and improve Agent build configuration ([#1040](https://github.com/opendevstack/ods-quickstarters/pull/1040))
- Support for Python3.12, and maintenance of be-python-flask quickstarter and python Jenkins agent ([#1030](https://github.com/opendevstack/ods-quickstarters/pull/1030))
- Added custom reporter to Cypress Quickstarter and update dependencies ([#1034](https://github.com/opendevstack/ods-quickstarters/pull/1034))
- Fix permissions in Golang agent for the golden tests ([#1052](https://github.com/opendevstack/ods-quickstarters/pull/1052))

### Added

Expand Down
2 changes: 1 addition & 1 deletion common/jenkins-agents/golang/docker/Dockerfile.ubi8
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ RUN /tmp/install-golangci-lint.sh -b /usr/local/bin $golangciVersion && \

RUN go install github.com/jstemmer/go-junit-report/[email protected]

RUN mkdir -p /home/jenkins/go && chmod g+w /home/jenkins/go
RUN mkdir -p /home/jenkins/go && chmod -R g+w /home/jenkins

WORKDIR /go

0 comments on commit 015a1ad

Please sign in to comment.