Skip to content

Commit

Permalink
fix: create docker-img on main-push
Browse files Browse the repository at this point in the history
  • Loading branch information
levinkerschberger committed Sep 2, 2024
1 parent fc1bda7 commit 82a3607
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/cr-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Master Branch Continuous Release
on:
push:
branches:
- master
- feature/vhvapm-547

env:
Expand All @@ -28,10 +29,8 @@ jobs:
build-scan-terms-of-service-url: 'https://gradle.com/terms-of-service'
build-scan-terms-of-service-agree: 'yes'

# TODO: Include tests before merging to master

#- name: Test
# run: ./gradlew test
- name: Test
run: ./gradlew test

- name: Build
run: ./gradlew extendedAgent -x test
Expand Down
1 change: 1 addition & 0 deletions docker/entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
rm -rf agent/*
# Copy agent jar into shared volume
mkdir agent
cp inspectit-gepard-agent.jar agent/inspectit-gepard-agent.jar
# Keep the container running
while true; do sleep 2; done;

0 comments on commit 82a3607

Please sign in to comment.