Skip to content

Commit

Permalink
Fix GitLab CI build: missing zip (#259)
Browse files Browse the repository at this point in the history
* Fix GitLab CI build: missing zip

* update

* unzip is not really needed
  • Loading branch information
Mateusz Rzeszutek authored May 25, 2021
1 parent 48de2b4 commit 4691f9d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 4 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ release:
- tags
- /^v[0-9]+\.[0-9]+\.[0-9]+.*/
script:
# make sure zip is available - it's necessary to execute the buildpack script
- apt-get update
- apt-get -y install zip
# create release dir
- mkdir -p dist
# build the javaagent
- ./gradlew -Prelease.useLastTag=true build final -x test --no-daemon
Expand Down
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,6 @@

---

The documentation below refers to the in development version of this package. Docs for the latest version ([v0.11.0](https://github.com/signalfx/splunk-otel-java/releases/tag/v0.11.0)) can be found [here](https://github.com/signalfx/splunk-otel-java/blob/v0.11.0/README.md).

---

# Splunk Distribution of OpenTelemetry Java

The Splunk Distribution of [OpenTelemetry Instrumentation for
Expand Down

0 comments on commit 4691f9d

Please sign in to comment.