Skip to content

Commit

Permalink
workaround for docker-compose
Browse files Browse the repository at this point in the history
  • Loading branch information
ademarcqrtsl authored Sep 18, 2024
1 parent bc29731 commit c19d484
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,12 @@ jobs:
- uses: stCarolas/setup-maven@v4.5
with:
maven-version: 3.9.6
- name: Workaround for docker-compose
working-directory: rtsl_util
run: alias docker-compose="docker compose"
- name: Sets up version
working-directory: rtsl_util
run: mvn versions:set -DnewVersion=${{github.ref_name}}.${{github.run_number}}
- name: Builds Artifacts and Images
working-directory: rtsl_util
run: mvn clean install
run: alias docker-compose="docker compose" ; mvn clean install
- name: Lists all docker images
working-directory: rtsl_util
run: docker image list
Expand Down

0 comments on commit c19d484

Please sign in to comment.