Skip to content

Commit

Permalink
s# Please enter the commit message for your changes. Lines starting
Browse files Browse the repository at this point in the history
  • Loading branch information
mwangggg committed Jul 5, 2024
1 parent f1b6129 commit cfd1e29
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/container-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,14 +61,12 @@ jobs:
name: Build Java ${{ matrix.java }}
defaults:
run:
working-directory: ./quarkus-agent
working-directory: quarkus-agent
steps:
- uses: actions/checkout@v4
with:
submodules: true
fetch-depth: 0
- name: Get date tag
run: echo "DATE_TAG=$(date -uI)" >> "$GITHUB_ENV"
- uses: actions/cache@v4
with:
path: ~/.m2
Expand All @@ -81,6 +79,8 @@ jobs:
java-version: ${{ matrix.java }}
distribution: 'temurin'
cache: 'maven'
- name: Get date tag
run: echo "DATE_TAG=$(date -uI)" >> "$GITHUB_ENV"
- uses: actions/checkout@v4
with:
repository: cryostatio/test-applications
Expand Down

0 comments on commit cfd1e29

Please sign in to comment.